Html Css Color HEX #C9FC80 Sulu

📋 copy color: '#C9FC80'

red 201 ◦ green 252 ◦ blue 128

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

Shades of Sulu #C9FC80

Tints of Sulu #C9FC80

RGB

 RED value IS 201 (78.91% from 255) = 34.6%

 GREEN value IS 252 (98.83% from 255) = 43.37%

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

R = 34.6%
G = 43.37%
B = 22.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#C9FC80 (or 0xC9FC80) is known color: Sulu. HEX triplet: C9, FC and 80. RGB value is (201,252,128). Sum of RGB (Red+Green+Blue) = 201+252+128=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FC80 is #36037F. Grayscale: #DFDFDF. Windows color (decimal): -3539840 or 8453321. OLE color: 8453321.

HSL color Cylindrical-coordinate representation of color #C9FC80: hue angle of 84.68º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9FC80 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 252 128 -
CMYK 0.20 0 0.49 0.01
HSL 84.68º 0.95% 0.75% -
HSV(B) 84.68º 0.49% 0.99% -
XYZ 62.79 83.6 33.25 -
YUV 222.62 74.6 112.58 -
System Red Green Blue C M Y K H S L
Decimal 201 252 128 0.20 0 0.49 0.01 84.68 0.95 0.75
Hex C9 FC 80 14 0 31 1 55 5F 4B
Octal 311 374 200 24 0 61 1 125 137 113
Binary 11001001 11111100 10000000 10100 0 110001 1 1010101 1011111 1001011

Color Harmonies of #C9FC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FC80

Black with #C9FC80

Text Example


Text Example

White with #C9FC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FC80; }

 p { color: rgb(201,252,128); }

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

background-color css

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

 a { background-color: rgb(201,252,128); }

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

border-color css

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

 span { border-color: rgb(201,252,128); }

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