Html Css Color HEX #CAF17C Sulu

📋 copy color: '#CAF17C'

red 202 ◦ green 241 ◦ blue 124

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

Shades of Sulu #CAF17C

Tints of Sulu #CAF17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.87%

R = 35.63%
G = 42.5%
B = 21.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#CAF17C (or 0xCAF17C) is known color: Sulu. HEX triplet: CA, F1 and 7C. RGB value is (202,241,124). Sum of RGB (Red+Green+Blue) = 202+241+124=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF17C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF17C is #350E83. Grayscale: #D8D8D8. Windows color (decimal): -3477124 or 8188362. OLE color: 8188362.

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

Color convert

RGB 202 241 124 -
CMYK 0.16 0 0.49 0.05
HSL 80º 0.81% 0.72% -
HSV(B) 80º 0.49% 0.95% -
XYZ 59.45 76.92 30.78 -
YUV 216 76.08 118.01 -
System Red Green Blue C M Y K H S L
Decimal 202 241 124 0.16 0 0.49 0.05 80 0.81 0.72
Hex CA F1 7C 10 0 31 5 50 51 48
Octal 312 361 174 20 0 61 5 120 121 110
Binary 11001010 11110001 1111100 10000 0 110001 101 1010000 1010001 1001000

Color Harmonies of #CAF17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF17C

Black with #CAF17C

Text Example


Text Example

White with #CAF17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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