Html Css Color HEX #CAF073 Sulu

📋 copy color: '#CAF073'

red 202 ◦ green 240 ◦ blue 115

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

Shades of Sulu #CAF073

Tints of Sulu #CAF073

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.09%

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

R = 36.27%
G = 43.09%
B = 20.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#CAF073 (or 0xCAF073) is known color: Sulu. HEX triplet: CA, F0 and 73. RGB value is (202,240,115). Sum of RGB (Red+Green+Blue) = 202+240+115=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 115 (45.31% from 255 or 20.65% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF073 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF073 is #350F8C. Grayscale: #D6D6D6. Windows color (decimal): -3477389 or 7598282. OLE color: 7598282.

HSL color Cylindrical-coordinate representation of color #CAF073: hue angle of 78.24º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAF073 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 115 -
CMYK 0.16 0 0.52 0.06
HSL 78.24º 0.81% 0.7% -
HSV(B) 78.24º 0.52% 0.94% -
XYZ 58.61 76.11 27.82 -
YUV 214.39 71.91 119.16 -
System Red Green Blue C M Y K H S L
Decimal 202 240 115 0.16 0 0.52 0.06 78.24 0.81 0.7
Hex CA F0 73 10 0 34 6 4E 51 46
Octal 312 360 163 20 0 64 6 116 121 106
Binary 11001010 11110000 1110011 10000 0 110100 110 1001110 1010001 1000110

Color Harmonies of #CAF073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF073

Black with #CAF073

Text Example


Text Example

White with #CAF073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF073; }

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

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

background-color css

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

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

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

border-color css

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

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

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