Html Css Color HEX #CAF070 Sulu

📋 copy color: '#CAF070'

red 202 ◦ green 240 ◦ blue 112

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

Shades of Sulu #CAF070

Tints of Sulu #CAF070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.22%

R = 36.46%
G = 43.32%
B = 20.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#CAF070 (or 0xCAF070) is known color: Sulu. HEX triplet: CA, F0 and 70. RGB value is (202,240,112). Sum of RGB (Red+Green+Blue) = 202+240+112=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF070 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF070 is #350F8F. Grayscale: #D6D6D6. Windows color (decimal): -3477392 or 7401674. OLE color: 7401674.

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

Color convert

RGB 202 240 112 -
CMYK 0.16 0 0.53 0.06
HSL 77.81º 0.81% 0.69% -
HSV(B) 77.81º 0.53% 0.94% -
XYZ 58.44 76.05 26.93 -
YUV 214.05 70.41 119.41 -
System Red Green Blue C M Y K H S L
Decimal 202 240 112 0.16 0 0.53 0.06 77.81 0.81 0.69
Hex CA F0 70 10 0 35 6 4E 51 45
Octal 312 360 160 20 0 65 6 116 121 105
Binary 11001010 11110000 1110000 10000 0 110101 110 1001110 1010001 1000101

Color Harmonies of #CAF070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF070

Black with #CAF070

Text Example


Text Example

White with #CAF070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF070; }

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

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

background-color css

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

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

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

border-color css

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

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

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