#CFE43F

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

Shades of Pear #CFE43F

Tints of Pear #CFE43F

Color information

#CFE43F (or 0xCFE43F) is unknown color: approx Pear. HEX triplet: CF, E4 and 3F. RGB value is (207,228,63). Sum of RGB (Red+Green+Blue) = 207+228+63=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 63 (25% from 255 or 12.65% from 498); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE43F is #301BC0. Grayscale: #CBCBCB. Windows color (decimal): -3152833 or 4187343. OLE color: 4187343.

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

Color convert

RGB20722863-
CMYK0.0900.720.11
HSL67.64º75.34%57.06%-
HSV(B)67.64º72.37%89.41%-
XYZ54.3769.1115.18-
YUV202.9149.04130.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.57%
GREEN value IS 228 (89.45% from 255) = 45.78%
BLUE value IS 63 (25% from 255) = 12.65%
R=41.57%
G=45.78%
B=12.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal207228630.0900.720.1167.6475.3457.06
HexCFE43F9048B444b39
Octal317344771101101310411371
Binary1100111111100100111111100101001000101110001001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE43F; }

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

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

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

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

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

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

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

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