Html Css Color HEX #CAF17F Sulu

📋 copy color: '#CAF17F'

red 202 ◦ green 241 ◦ blue 127

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

Shades of Sulu #CAF17F

Tints of Sulu #CAF17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.28%

R = 35.44%
G = 42.28%
B = 22.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#CAF17F (or 0xCAF17F) is known color: Sulu. HEX triplet: CA, F1 and 7F. RGB value is (202,241,127). Sum of RGB (Red+Green+Blue) = 202+241+127=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF17F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF17F is #350E80. Grayscale: #D8D8D8. Windows color (decimal): -3477121 or 8384970. OLE color: 8384970.

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

Color convert

RGB 202 241 127 -
CMYK 0.16 0 0.47 0.05
HSL 80.53º 0.8% 0.72% -
HSV(B) 80.53º 0.47% 0.95% -
XYZ 59.64 77 31.8 -
YUV 216.34 77.58 117.77 -
System Red Green Blue C M Y K H S L
Decimal 202 241 127 0.16 0 0.47 0.05 80.53 0.8 0.72
Hex CA F1 7F 10 0 2F 5 51 50 48
Octal 312 361 177 20 0 57 5 121 120 110
Binary 11001010 11110001 1111111 10000 0 101111 101 1010001 1010000 1001000

Color Harmonies of #CAF17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF17F

Black with #CAF17F

Text Example


Text Example

White with #CAF17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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