Html Css Color HEX #CAF373 Sulu

📋 copy color: '#CAF373'

red 202 ◦ green 243 ◦ blue 115

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

Shades of Sulu #CAF373

Tints of Sulu #CAF373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.54%

R = 36.07%
G = 43.39%
B = 20.54%

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

#CAF373 (or 0xCAF373) is known color: Sulu. HEX triplet: CA, F3 and 73. RGB value is (202,243,115). Sum of RGB (Red+Green+Blue) = 202+243+115=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 115 (45.31% from 255 or 20.54% from 560); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF373 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF373 is #350C8C. Grayscale: #D8D8D8. Windows color (decimal): -3476621 or 7599050. OLE color: 7599050.

HSL color Cylindrical-coordinate representation of color #CAF373: hue angle of 79.22º degrees, saturation: 0.84, 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 #CAF373 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 243 115 -
CMYK 0.17 0 0.53 0.05
HSL 79.22º 0.84% 0.7% -
HSV(B) 79.22º 0.53% 0.95% -
XYZ 59.5 77.9 28.12 -
YUV 216.15 70.92 117.91 -
System Red Green Blue C M Y K H S L
Decimal 202 243 115 0.17 0 0.53 0.05 79.22 0.84 0.7
Hex CA F3 73 11 0 35 5 4F 54 46
Octal 312 363 163 21 0 65 5 117 124 106
Binary 11001010 11110011 1110011 10001 0 110101 101 1001111 1010100 1000110

Color Harmonies of #CAF373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF373

Black with #CAF373

Text Example


Text Example

White with #CAF373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF373; }

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

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

background-color css

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

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

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

border-color css

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

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

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