Html Css Color HEX #CAEF80 Sulu

📋 copy color: '#CAEF80'

red 202 ◦ green 239 ◦ blue 128

#CAEF80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #CAEF80

Tints of Sulu #CAEF80

RGB

 RED value IS 202 (79.3% from 255) = 35.5%

 GREEN value IS 239 (93.75% from 255) = 42%

 BLUE value IS 128 (50.39% from 255) = 22.5%

R = 35.5%
G = 42%
B = 22.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#CAEF80 (or 0xCAEF80) is known color: Sulu. HEX triplet: CA, EF and 80. RGB value is (202,239,128). Sum of RGB (Red+Green+Blue) = 202+239+128=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEF80 is #35107F. Grayscale: #D7D7D7. Windows color (decimal): -3477632 or 8449994. OLE color: 8449994.

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

Color convert

RGB 202 239 128 -
CMYK 0.15 0 0.46 0.06
HSL 80º 0.78% 0.72% -
HSV(B) 80º 0.46% 0.94% -
XYZ 59.12 75.85 31.95 -
YUV 215.28 78.74 118.53 -
System Red Green Blue C M Y K H S L
Decimal 202 239 128 0.15 0 0.46 0.06 80 0.78 0.72
Hex CA EF 80 F 0 2E 6 50 4E 48
Octal 312 357 200 17 0 56 6 120 116 110
Binary 11001010 11101111 10000000 1111 0 101110 110 1010000 1001110 1001000

Color Harmonies of #CAEF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEF80

Black with #CAEF80

Text Example


Text Example

White with #CAEF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEF80; }

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

 H1.HeaderClassName
 {
   color: #CAEF80;
 }
 .AnyTagClassName
 {
   color: #CAEF80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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