Html Css Color HEX #CAF380 Sulu

📋 copy color: '#CAF380'

red 202 ◦ green 243 ◦ blue 128

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

Shades of Sulu #CAF380

Tints of Sulu #CAF380

RGB

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

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

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

R = 35.25%
G = 42.41%
B = 22.34%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#CAF380 (or 0xCAF380) is known color: Sulu. HEX triplet: CA, F3 and 80. RGB value is (202,243,128). Sum of RGB (Red+Green+Blue) = 202+243+128=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF380 is #350C7F. Grayscale: #DADADA. Windows color (decimal): -3476608 or 8451018. OLE color: 8451018.

HSL color Cylindrical-coordinate representation of color #CAF380: hue angle of 81.39º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAF380 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 243 128 -
CMYK 0.17 0 0.47 0.05
HSL 81.39º 0.83% 0.73% -
HSV(B) 81.39º 0.47% 0.95% -
XYZ 60.3 78.22 32.34 -
YUV 217.63 77.42 116.85 -
System Red Green Blue C M Y K H S L
Decimal 202 243 128 0.17 0 0.47 0.05 81.39 0.83 0.73
Hex CA F3 80 11 0 2F 5 51 53 49
Octal 312 363 200 21 0 57 5 121 123 111
Binary 11001010 11110011 10000000 10001 0 101111 101 1010001 1010011 1001001

Color Harmonies of #CAF380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF380

Black with #CAF380

Text Example


Text Example

White with #CAF380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF380; }

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

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

background-color css

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

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

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

border-color css

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

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

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