Html Css Color HEX #CAF375 Sulu

📋 copy color: '#CAF375'

red 202 ◦ green 243 ◦ blue 117

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

Shades of Sulu #CAF375

Tints of Sulu #CAF375

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.24%

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

R = 35.94%
G = 43.24%
B = 20.82%

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

#CAF375 (or 0xCAF375) is known color: Sulu. HEX triplet: CA, F3 and 75. RGB value is (202,243,117). Sum of RGB (Red+Green+Blue) = 202+243+117=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 117 (46.09% from 255 or 20.82% from 562); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF375 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF375 is #350C8A. Grayscale: #D8D8D8. Windows color (decimal): -3476619 or 7730122. OLE color: 7730122.

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

Color convert

RGB 202 243 117 -
CMYK 0.17 0 0.52 0.05
HSL 79.52º 0.84% 0.71% -
HSV(B) 79.52º 0.52% 0.95% -
XYZ 59.62 77.94 28.73 -
YUV 216.38 71.92 117.75 -
System Red Green Blue C M Y K H S L
Decimal 202 243 117 0.17 0 0.52 0.05 79.52 0.84 0.71
Hex CA F3 75 11 0 34 5 50 54 47
Octal 312 363 165 21 0 64 5 120 124 107
Binary 11001010 11110011 1110101 10001 0 110100 101 1010000 1010100 1000111

Color Harmonies of #CAF375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF375

Black with #CAF375

Text Example


Text Example

White with #CAF375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF375; }

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

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

background-color css

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

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

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

border-color css

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

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

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