#c9ff74

Color #C9FF74 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #C9FF74

Tints of Sulu #C9FF74

Color information

#C9FF74 (or 0xC9FF74) is unknown color: approx Sulu. HEX triplet: C9, FF and 74. RGB value is (201,255,116). Sum of RGB (Red+Green+Blue) = 201+255+116=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 116 (45.70% from 255 or 20.28% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FF74 is #36008B. Grayscale: #DFDFDF. Windows color (decimal): -3539084 or 7667657. OLE color: 7667657.

HSL color Cylindrical-coordinate representation of color #C9FF74: hue angle of 83.31º 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 #C9FF74 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB201255116-
CMYK0.2100.550
HSL83.31º100%72.75%-
HSV(B)83.31º54.51%100%-
XYZ6385.229.65-
YUV223.0167.61112.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.14%
GREEN value IS 255 (100% from 255) = 44.58%
BLUE value IS 116 (45.70% from 255) = 20.28%
R=35.14%
G=44.58%
B=20.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2012551160.2100.55083.3110072.75
HexC9FF74150370536449
Octal311377164250670123144111
Binary110010011111111111101001010101101110101001111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9ff74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9ff74; }

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

 H1.HeaderClassName
 {
   color: #c9ff74;
 }
 .AnyTagClassName
 {
   color: #c9ff74;
 }
</style>
background-color css

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

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

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

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

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

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