#CAEE41

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

Shades of Pear #CAEE41

Tints of Pear #CAEE41

Color information

#CAEE41 (or 0xCAEE41) is unknown color: approx Pear. HEX triplet: CA, EE and 41. RGB value is (202,238,65). Sum of RGB (Red+Green+Blue) = 202+238+65=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEE41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAEE41 is #3511BE. Grayscale: #D0D0D0. Windows color (decimal): -3477951 or 4320970. OLE color: 4320970.

HSL color Cylindrical-coordinate representation of color #CAEE41: hue angle of 72.49º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAEE41 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB20223865-
CMYK0.1500.730.07
HSL72.49º83.57%59.41%-
HSV(B)72.49º72.69%93.33%-
XYZ55.8974.0916.36-
YUV207.5147.57124.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 238 (93.36% from 255) = 47.13%
BLUE value IS 65 (25.78% from 255) = 12.87%
R=40%
G=47.13%
B=12.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal202238650.1500.730.0772.4983.5759.41
HexCAEE41F049748543b
Octal312356101170111711012473
Binary1100101011101110100000111110100100111110010001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEE41; }

 p { color: rgb(202,238,65); }

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

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

 a { background-color: rgb(202,238,65); }

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

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

 span { border-color: rgb(202,238,65); }

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