Html Css Color HEX #CAF175 Sulu

📋 copy color: '#CAF175'

red 202 ◦ green 241 ◦ blue 117

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

Shades of Sulu #CAF175

Tints of Sulu #CAF175

RGB

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

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

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

R = 36.07%
G = 43.04%
B = 20.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#CAF175 (or 0xCAF175) is known color: Sulu. HEX triplet: CA, F1 and 75. RGB value is (202,241,117). Sum of RGB (Red+Green+Blue) = 202+241+117=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 117 (46.09% from 255 or 20.89% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF175 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF175 is #350E8A. Grayscale: #D7D7D7. Windows color (decimal): -3477131 or 7729610. OLE color: 7729610.

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

Color convert

RGB 202 241 117 -
CMYK 0.16 0 0.51 0.05
HSL 78.87º 0.82% 0.7% -
HSV(B) 78.87º 0.51% 0.95% -
XYZ 59.02 76.75 28.53 -
YUV 215.2 72.58 118.58 -
System Red Green Blue C M Y K H S L
Decimal 202 241 117 0.16 0 0.51 0.05 78.87 0.82 0.7
Hex CA F1 75 10 0 33 5 4F 52 46
Octal 312 361 165 20 0 63 5 117 122 106
Binary 11001010 11110001 1110101 10000 0 110011 101 1001111 1010010 1000110

Color Harmonies of #CAF175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF175

Black with #CAF175

Text Example


Text Example

White with #CAF175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF175; }

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

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

background-color css

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

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

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

border-color css

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

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

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