#C9FF71

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

Shades of Sulu #C9FF71

Tints of Sulu #C9FF71

Color information

#C9FF71 (or 0xC9FF71) is unknown color: approx Sulu. HEX triplet: C9, FF and 71. RGB value is (201,255,113). Sum of RGB (Red+Green+Blue) = 201+255+113=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 113 (44.53% from 255 or 19.86% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FF71 is #36008E. Grayscale: #DFDFDF. Windows color (decimal): -3539087 or 7471049. OLE color: 7471049.

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

Color convert

RGB201255113-
CMYK0.2100.560
HSL82.82º100%72.16%-
HSV(B)82.82º55.69%100%-
XYZ62.8385.1328.74-
YUV222.6766.11112.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.33%
GREEN value IS 255 (100% from 255) = 44.82%
BLUE value IS 113 (44.53% from 255) = 19.86%
R=35.33%
G=44.82%
B=19.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2012551130.2100.56082.8210072.16
HexC9FF71150380536448
Octal311377161250700123144110
Binary110010011111111111100011010101110000101001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FF71; }

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

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

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

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

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

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

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

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