Html Css Color HEX #CAF17D Sulu

📋 copy color: '#CAF17D'

red 202 ◦ green 241 ◦ blue 125

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

Shades of Sulu #CAF17D

Tints of Sulu #CAF17D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.43%

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

R = 35.56%
G = 42.43%
B = 22.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#CAF17D (or 0xCAF17D) is known color: Sulu. HEX triplet: CA, F1 and 7D. RGB value is (202,241,125). Sum of RGB (Red+Green+Blue) = 202+241+125=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF17D is #350E82. Grayscale: #D8D8D8. Windows color (decimal): -3477123 or 8253898. OLE color: 8253898.

HSL color Cylindrical-coordinate representation of color #CAF17D: hue angle of 80.17º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAF17D is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 125 -
CMYK 0.16 0 0.48 0.05
HSL 80.17º 0.81% 0.72% -
HSV(B) 80.17º 0.48% 0.95% -
XYZ 59.51 76.95 31.12 -
YUV 216.12 76.58 117.93 -
System Red Green Blue C M Y K H S L
Decimal 202 241 125 0.16 0 0.48 0.05 80.17 0.81 0.72
Hex CA F1 7D 10 0 30 5 50 51 48
Octal 312 361 175 20 0 60 5 120 121 110
Binary 11001010 11110001 1111101 10000 0 110000 101 1010000 1010001 1001000

Color Harmonies of #CAF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF17D

Black with #CAF17D

Text Example


Text Example

White with #CAF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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