Html Css Color HEX #C4FF80 Sulu

📋 copy color: '#C4FF80'

red 196 ◦ green 255 ◦ blue 128

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

Shades of Sulu #C4FF80

Tints of Sulu #C4FF80

RGB

 RED value IS 196 (76.95% from 255) = 33.85%

 GREEN value IS 255 (100% from 255) = 44.04%

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

R = 33.85%
G = 44.04%
B = 22.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#C4FF80 (or 0xC4FF80) is known color: Sulu. HEX triplet: C4, FF and 80. RGB value is (196,255,128). Sum of RGB (Red+Green+Blue) = 196+255+128=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4FF80 is #3B007F. Grayscale: #DFDFDF. Windows color (decimal): -3866752 or 8454084. OLE color: 8454084.

HSL color Cylindrical-coordinate representation of color #C4FF80: hue angle of 87.87º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C4FF80 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 196 255 128 -
CMYK 0.23 0 0.50 0
HSL 87.87º 1% 0.75% -
HSV(B) 87.87º 0.5% 1% -
XYZ 62.42 84.81 33.5 -
YUV 222.88 74.45 108.83 -
System Red Green Blue C M Y K H S L
Decimal 196 255 128 0.23 0 0.50 0 87.87 1 0.75
Hex C4 FF 80 17 0 32 0 58 64 4B
Octal 304 377 200 27 0 62 0 130 144 113
Binary 11000100 11111111 10000000 10111 0 110010 0 1011000 1100100 1001011

Color Harmonies of #C4FF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4FF80

Black with #C4FF80

Text Example


Text Example

White with #C4FF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4FF80; }

 p { color: rgb(196,255,128); }

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

background-color css

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

 a { background-color: rgb(196,255,128); }

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

border-color css

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

 span { border-color: rgb(196,255,128); }

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