Html Css Color HEX #CAF074 Sulu

📋 copy color: '#CAF074'

red 202 ◦ green 240 ◦ blue 116

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

Shades of Sulu #CAF074

Tints of Sulu #CAF074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.79%

R = 36.2%
G = 43.01%
B = 20.79%

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

#CAF074 (or 0xCAF074) is known color: Sulu. HEX triplet: CA, F0 and 74. RGB value is (202,240,116). Sum of RGB (Red+Green+Blue) = 202+240+116=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF074 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF074 is #350F8B. Grayscale: #D6D6D6. Windows color (decimal): -3477388 or 7663818. OLE color: 7663818.

HSL color Cylindrical-coordinate representation of color #CAF074: hue angle of 78.39º 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 #CAF074 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 116 -
CMYK 0.16 0 0.52 0.06
HSL 78.39º 0.81% 0.7% -
HSV(B) 78.39º 0.52% 0.94% -
XYZ 58.67 76.14 28.13 -
YUV 214.5 72.41 119.08 -
System Red Green Blue C M Y K H S L
Decimal 202 240 116 0.16 0 0.52 0.06 78.39 0.81 0.7
Hex CA F0 74 10 0 34 6 4E 51 46
Octal 312 360 164 20 0 64 6 116 121 106
Binary 11001010 11110000 1110100 10000 0 110100 110 1001110 1010001 1000110

Color Harmonies of #CAF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF074

Black with #CAF074

Text Example


Text Example

White with #CAF074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF074; }

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

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

background-color css

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

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

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

border-color css

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

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

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