Html Css Color HEX #C9FF73 Sulu

📋 copy color: '#C9FF73'

red 201 ◦ green 255 ◦ blue 115

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

Shades of Sulu #C9FF73

Tints of Sulu #C9FF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.14%

R = 35.2%
G = 44.66%
B = 20.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#C9FF73 (or 0xC9FF73) is known color: Sulu. HEX triplet: C9, FF and 73. RGB value is (201,255,115). Sum of RGB (Red+Green+Blue) = 201+255+115=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 115 (45.31% from 255 or 20.14% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FF73 is #36008C. Grayscale: #DFDFDF. Windows color (decimal): -3539085 or 7602121. OLE color: 7602121.

HSL color Cylindrical-coordinate representation of color #C9FF73: hue angle of 83.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9FF73 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 201 255 115 -
CMYK 0.21 0 0.55 0
HSL 83.14º 1% 0.73% -
HSV(B) 83.14º 0.55% 1% -
XYZ 62.94 85.18 29.34 -
YUV 222.89 67.11 112.38 -
System Red Green Blue C M Y K H S L
Decimal 201 255 115 0.21 0 0.55 0 83.14 1 0.73
Hex C9 FF 73 15 0 37 0 53 64 49
Octal 311 377 163 25 0 67 0 123 144 111
Binary 11001001 11111111 1110011 10101 0 110111 0 1010011 1100100 1001001

Color Harmonies of #C9FF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FF73

Black with #C9FF73

Text Example


Text Example

White with #C9FF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FF73; }

 p { color: rgb(201,255,115); }

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

background-color css

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

 a { background-color: rgb(201,255,115); }

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

border-color css

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

 span { border-color: rgb(201,255,115); }

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