#CFE429

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

Shades of Pear #CFE429

Tints of Pear #CFE429

Color information

#CFE429 (or 0xCFE429) is unknown color: approx Pear. HEX triplet: CF, E4 and 29. RGB value is (207,228,41). Sum of RGB (Red+Green+Blue) = 207+228+41=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 41 (16.41% from 255 or 8.61% from 476); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE429 is #301BD6. Grayscale: #C9C9C9. Windows color (decimal): -3152855 or 2745551. OLE color: 2745551.

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

Color convert

RGB20722841-
CMYK0.0900.820.11
HSL66.74º77.59%52.75%-
HSV(B)66.74º82.02%89.41%-
XYZ53.8868.9112.56-
YUV200.438.04132.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.49%
GREEN value IS 228 (89.45% from 255) = 47.90%
BLUE value IS 41 (16.41% from 255) = 8.61%
R=43.49%
G=47.90%
B=8.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal207228410.0900.820.1166.7477.5952.75
HexCFE4299052B434e35
Octal317344511101221310311665
Binary1100111111100100101001100101010010101110000111001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE429; }

 p { color: rgb(207,228,41); }

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

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

 a { background-color: rgb(207,228,41); }

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

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

 span { border-color: rgb(207,228,41); }

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