Html Css Color HEX #CAF271 Sulu

📋 copy color: '#CAF271'

red 202 ◦ green 242 ◦ blue 113

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

Shades of Sulu #CAF271

Tints of Sulu #CAF271

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.45%

 BLUE value IS 113 (44.53% from 255) = 20.29%

R = 36.27%
G = 43.45%
B = 20.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#CAF271 (or 0xCAF271) is known color: Sulu. HEX triplet: CA, F2 and 71. RGB value is (202,242,113). Sum of RGB (Red+Green+Blue) = 202+242+113=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 113 (44.53% from 255 or 20.29% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF271 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF271 is #350D8E. Grayscale: #D7D7D7. Windows color (decimal): -3476879 or 7467722. OLE color: 7467722.

HSL color Cylindrical-coordinate representation of color #CAF271: hue angle of 78.6º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CAF271 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 242 113 -
CMYK 0.17 0 0.53 0.05
HSL 78.6º 0.83% 0.7% -
HSV(B) 78.6º 0.53% 0.95% -
XYZ 59.09 77.25 27.42 -
YUV 215.33 70.25 118.49 -
System Red Green Blue C M Y K H S L
Decimal 202 242 113 0.17 0 0.53 0.05 78.6 0.83 0.7
Hex CA F2 71 11 0 35 5 4F 53 46
Octal 312 362 161 21 0 65 5 117 123 106
Binary 11001010 11110010 1110001 10001 0 110101 101 1001111 1010011 1000110

Color Harmonies of #CAF271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF271

Black with #CAF271

Text Example


Text Example

White with #CAF271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF271; }

 p { color: rgb(202,242,113); }

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

background-color css

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

 a { background-color: rgb(202,242,113); }

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

border-color css

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

 span { border-color: rgb(202,242,113); }

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