#CAEF1E

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

Shades of Pear #CAEF1E

Tints of Pear #CAEF1E

Color information

#CAEF1E (or 0xCAEF1E) is unknown color: approx Pear. HEX triplet: CA, EF and 1E. RGB value is (202,239,30). Sum of RGB (Red+Green+Blue) = 202+239+30=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 30 (12.11% from 255 or 6.37% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAEF1E is #3510E1. Grayscale: #CCCCCC. Windows color (decimal): -3477730 or 2027466. OLE color: 2027466.

HSL color Cylindrical-coordinate representation of color #CAEF1E: hue angle of 70.62º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CAEF1E is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB20223930-
CMYK0.1500.870.06
HSL70.62º86.72%52.75%-
HSV(B)70.62º87.45%93.73%-
XYZ55.4674.3812.66-
YUV204.1129.74126.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 239 (93.75% from 255) = 50.74%
BLUE value IS 30 (12.11% from 255) = 6.37%
R=42.89%
G=50.74%
B=6.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202239300.1500.870.0670.6286.7252.75
HexCAEF1EF0576475735
Octal31235736170127610712765
Binary11001010111011111111011110101011111010001111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEF1E; }

 p { color: rgb(202,239,30); }

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

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

 a { background-color: rgb(202,239,30); }

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

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

 span { border-color: rgb(202,239,30); }

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