Html Css Color HEX #CAEF81 Sulu

📋 copy color: '#CAEF81'

red 202 ◦ green 239 ◦ blue 129

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

Shades of Sulu #CAEF81

Tints of Sulu #CAEF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.63%

R = 35.44%
G = 41.93%
B = 22.63%

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

#CAEF81 (or 0xCAEF81) is known color: Sulu. HEX triplet: CA, EF and 81. RGB value is (202,239,129). Sum of RGB (Red+Green+Blue) = 202+239+129=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 129 (50.78% from 255 or 22.63% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEF81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEF81 is #35107E. Grayscale: #D7D7D7. Windows color (decimal): -3477631 or 8515530. OLE color: 8515530.

HSL color Cylindrical-coordinate representation of color #CAEF81: hue angle of 80.18º degrees, saturation: 0.77, 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 #CAEF81 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 239 129 -
CMYK 0.15 0 0.46 0.06
HSL 80.18º 0.77% 0.72% -
HSV(B) 80.18º 0.46% 0.94% -
XYZ 59.19 75.87 32.29 -
YUV 215.4 79.24 118.44 -
System Red Green Blue C M Y K H S L
Decimal 202 239 129 0.15 0 0.46 0.06 80.18 0.77 0.72
Hex CA EF 81 F 0 2E 6 50 4D 48
Octal 312 357 201 17 0 56 6 120 115 110
Binary 11001010 11101111 10000001 1111 0 101110 110 1010000 1001101 1001000

Color Harmonies of #CAEF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEF81

Black with #CAEF81

Text Example


Text Example

White with #CAEF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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