Html Css Color HEX #CAF275 Sulu

📋 copy color: '#CAF275'

red 202 ◦ green 242 ◦ blue 117

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

Shades of Sulu #CAF275

Tints of Sulu #CAF275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.86%

R = 36.01%
G = 43.14%
B = 20.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#CAF275 (or 0xCAF275) is known color: Sulu. HEX triplet: CA, F2 and 75. RGB value is (202,242,117). Sum of RGB (Red+Green+Blue) = 202+242+117=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF275 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF275 is #350D8A. Grayscale: #D8D8D8. Windows color (decimal): -3476875 or 7729866. OLE color: 7729866.

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

Color convert

RGB 202 242 117 -
CMYK 0.17 0 0.52 0.05
HSL 79.2º 0.83% 0.7% -
HSV(B) 79.2º 0.52% 0.95% -
XYZ 59.32 77.35 28.63 -
YUV 215.79 72.25 118.16 -
System Red Green Blue C M Y K H S L
Decimal 202 242 117 0.17 0 0.52 0.05 79.2 0.83 0.7
Hex CA F2 75 11 0 34 5 4F 53 46
Octal 312 362 165 21 0 64 5 117 123 106
Binary 11001010 11110010 1110101 10001 0 110100 101 1001111 1010011 1000110

Color Harmonies of #CAF275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF275

Black with #CAF275

Text Example


Text Example

White with #CAF275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF275; }

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

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

background-color css

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

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

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

border-color css

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

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

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