Html Css Color HEX #CAF881 Sulu

📋 copy color: '#CAF881'

red 202 ◦ green 248 ◦ blue 129

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

Shades of Sulu #CAF881

Tints of Sulu #CAF881

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.83%

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

R = 34.89%
G = 42.83%
B = 22.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#CAF881 (or 0xCAF881) is known color: Sulu. HEX triplet: CA, F8 and 81. RGB value is (202,248,129). Sum of RGB (Red+Green+Blue) = 202+248+129=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 129 (50.78% from 255 or 22.28% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF881 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF881 is #35077E. Grayscale: #DDDDDD. Windows color (decimal): -3475327 or 8517834. OLE color: 8517834.

HSL color Cylindrical-coordinate representation of color #CAF881: hue angle of 83.19º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAF881 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 129 -
CMYK 0.19 0 0.48 0.03
HSL 83.19º 0.89% 0.74% -
HSV(B) 83.19º 0.48% 0.97% -
XYZ 61.89 81.28 33.2 -
YUV 220.68 76.26 114.68 -
System Red Green Blue C M Y K H S L
Decimal 202 248 129 0.19 0 0.48 0.03 83.19 0.89 0.74
Hex CA F8 81 13 0 30 3 53 59 4A
Octal 312 370 201 23 0 60 3 123 131 112
Binary 11001010 11111000 10000001 10011 0 110000 11 1010011 1011001 1001010

Color Harmonies of #CAF881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF881

Black with #CAF881

Text Example


Text Example

White with #CAF881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF881; }

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

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

background-color css

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

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

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

border-color css

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

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

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