Html Css Color HEX #C9FE75 Sulu

📋 copy color: '#C9FE75'

red 201 ◦ green 254 ◦ blue 117

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

Shades of Sulu #C9FE75

Tints of Sulu #C9FE75

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.41%

 BLUE value IS 117 (46.09% from 255) = 20.45%

R = 35.14%
G = 44.41%
B = 20.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#C9FE75 (or 0xC9FE75) is known color: Sulu. HEX triplet: C9, FE and 75. RGB value is (201,254,117). Sum of RGB (Red+Green+Blue) = 201+254+117=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 117 (46.09% from 255 or 20.45% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FE75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FE75 is #36018A. Grayscale: #DFDFDF. Windows color (decimal): -3539339 or 7732937. OLE color: 7732937.

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

Color convert

RGB 201 254 117 -
CMYK 0.21 0 0.54 0.00
HSL 83.21º 0.99% 0.73% -
HSV(B) 83.21º 0.54% 1% -
XYZ 62.74 84.59 29.85 -
YUV 222.54 68.44 112.64 -
System Red Green Blue C M Y K H S L
Decimal 201 254 117 0.21 0 0.54 0.00 83.21 0.99 0.73
Hex C9 FE 75 15 0 36 0 53 63 49
Octal 311 376 165 25 0 66 0 123 143 111
Binary 11001001 11111110 1110101 10101 0 110110 0 1010011 1100011 1001001

Color Harmonies of #C9FE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FE75

Black with #C9FE75

Text Example


Text Example

White with #C9FE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FE75; }

 p { color: rgb(201,254,117); }

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

background-color css

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

 a { background-color: rgb(201,254,117); }

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

border-color css

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

 span { border-color: rgb(201,254,117); }

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