Html Css Color HEX #CAF080 Sulu

📋 copy color: '#CAF080'

red 202 ◦ green 240 ◦ blue 128

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

Shades of Sulu #CAF080

Tints of Sulu #CAF080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.46%

R = 35.44%
G = 42.11%
B = 22.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#CAF080 (or 0xCAF080) is known color: Sulu. HEX triplet: CA, F0 and 80. RGB value is (202,240,128). Sum of RGB (Red+Green+Blue) = 202+240+128=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF080 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF080 is #350F7F. Grayscale: #D8D8D8. Windows color (decimal): -3477376 or 8450250. OLE color: 8450250.

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

Color convert

RGB 202 240 128 -
CMYK 0.16 0 0.47 0.06
HSL 80.36º 0.79% 0.72% -
HSV(B) 80.36º 0.47% 0.94% -
XYZ 59.41 76.44 32.04 -
YUV 215.87 78.41 118.11 -
System Red Green Blue C M Y K H S L
Decimal 202 240 128 0.16 0 0.47 0.06 80.36 0.79 0.72
Hex CA F0 80 10 0 2F 6 50 4F 48
Octal 312 360 200 20 0 57 6 120 117 110
Binary 11001010 11110000 10000000 10000 0 101111 110 1010000 1001111 1001000

Color Harmonies of #CAF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF080

Black with #CAF080

Text Example


Text Example

White with #CAF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF080; }

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

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

background-color css

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

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

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

border-color css

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

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

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