#CAEF7B

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

Shades of Sulu #CAEF7B

Tints of Sulu #CAEF7B

Color information

#CAEF7B (or 0xCAEF7B) is unknown color: approx Sulu. HEX triplet: CA, EF and 7B. RGB value is (202,239,123). Sum of RGB (Red+Green+Blue) = 202+239+123=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 123 (48.44% from 255 or 21.81% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEF7B is #351084. Grayscale: #D7D7D7. Windows color (decimal): -3477637 or 8122314. OLE color: 8122314.

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

Color convert

RGB202239123-
CMYK0.1500.490.06
HSL79.14º78.38%70.98%-
HSV(B)79.14º48.54%93.73%-
XYZ58.875.7230.26-
YUV214.7176.24118.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 239 (93.75% from 255) = 42.38%
BLUE value IS 123 (48.44% from 255) = 21.81%
R=35.82%
G=42.38%
B=21.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022391230.1500.490.0679.1478.3870.98
HexCAEF7BF03164f4e47
Octal312357173170616117116107
Binary1100101011101111111101111110110001110100111110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEF7B; }

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

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

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

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

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

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

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

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