Html Css Color HEX #CAF87D Sulu

📋 copy color: '#CAF87D'

red 202 ◦ green 248 ◦ blue 125

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

Shades of Sulu #CAF87D

Tints of Sulu #CAF87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.74%

R = 35.13%
G = 43.13%
B = 21.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#CAF87D (or 0xCAF87D) is known color: Sulu. HEX triplet: CA, F8 and 7D. RGB value is (202,248,125). Sum of RGB (Red+Green+Blue) = 202+248+125=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF87D is #350782. Grayscale: #DCDCDC. Windows color (decimal): -3475331 or 8255690. OLE color: 8255690.

HSL color Cylindrical-coordinate representation of color #CAF87D: hue angle of 82.44º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAF87D is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 125 -
CMYK 0.19 0 0.50 0.03
HSL 82.44º 0.9% 0.73% -
HSV(B) 82.44º 0.5% 0.97% -
XYZ 61.63 81.17 31.82 -
YUV 220.22 74.26 115 -
System Red Green Blue C M Y K H S L
Decimal 202 248 125 0.19 0 0.50 0.03 82.44 0.9 0.73
Hex CA F8 7D 13 0 32 3 52 5A 49
Octal 312 370 175 23 0 62 3 122 132 111
Binary 11001010 11111000 1111101 10011 0 110010 11 1010010 1011010 1001001

Color Harmonies of #CAF87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF87D

Black with #CAF87D

Text Example


Text Example

White with #CAF87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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