#C9FD6A

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

Shades of Sulu #C9FD6A

Tints of Sulu #C9FD6A

Color information

#C9FD6A (or 0xC9FD6A) is unknown color: approx Sulu. HEX triplet: C9, FD and 6A. RGB value is (201,253,106). Sum of RGB (Red+Green+Blue) = 201+253+106=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 253 (99.22% from 255 or 45.18% from 560); Blue value is 106 (41.80% from 255 or 18.93% from 560); Max value from RGB is 253 - color contains mainly: green. Hex color #C9FD6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FD6A is #360295. Grayscale: #DDDDDD. Windows color (decimal): -3539606 or 7011785. OLE color: 7011785.

HSL color Cylindrical-coordinate representation of color #C9FD6A: hue angle of 81.22º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9FD6A is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB201253106-
CMYK0.2100.580.01
HSL81.22º97.35%70.39%-
HSV(B)81.22º58.1%99.22%-
XYZ61.8183.7126.54-
YUV220.6963.27113.95-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.89%
GREEN value IS 253 (99.22% from 255) = 45.18%
BLUE value IS 106 (41.80% from 255) = 18.93%
R=35.89%
G=45.18%
B=18.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012531060.2100.580.0181.2297.3570.39
HexC9FD6A1503A1516146
Octal311375152250721121141106
Binary110010011111110111010101010101110101101000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FD6A; }

 p { color: rgb(201,253,106); }

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

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

 a { background-color: rgb(201,253,106); }

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

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

 span { border-color: rgb(201,253,106); }

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