#CFE322

Color #CFE322 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CFE322

Tints of Pear #CFE322

Color information

#CFE322 (or 0xCFE322) is unknown color: approx Pear. HEX triplet: CF, E3 and 22. RGB value is (207,227,34). Sum of RGB (Red+Green+Blue) = 207+227+34=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 34 (13.67% from 255 or 7.26% from 468); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE322 is #301CDD. Grayscale: #C7C7C7. Windows color (decimal): -3153118 or 2286543. OLE color: 2286543.

HSL color Cylindrical-coordinate representation of color #CFE322: hue angle of 66.22º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFE322 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB20722734-
CMYK0.0900.850.11
HSL66.22º77.51%51.18%-
HSV(B)66.22º85.02%89.02%-
XYZ53.4968.3211.88-
YUV199.0234.87133.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 44.23%
GREEN value IS 227 (89.06% from 255) = 48.50%
BLUE value IS 34 (13.67% from 255) = 7.26%
R=44.23%
G=48.50%
B=7.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal207227340.0900.850.1166.2277.5151.18
HexCFE3229055B424e33
Octal317343421101251310211663
Binary1100111111100011100010100101010101101110000101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE322; }

 p { color: rgb(207,227,34); }

 H1.HeaderClassName
 {
   color: #CFE322;
 }
 .AnyTagClassName
 {
   color: #CFE322;
 }
</style>
background-color css

<style>
 a { background-color: #CFE322; }

 a { background-color: rgb(207,227,34); }

 div.DivClassName
 {
   background-color: #CFE322;
 }
 .BgClassName
 {
   background-color: #CFE322;
 }
</style>
border-color css

<style>
 span { border-color: #CFE322; }

 span { border-color: rgb(207,227,34); }

 td.TdClassName
 {
   border-color: #CFE322;
 }
 .TagClassName
 {
   border-color: #CFE322;
 }
</style>