#C9FF67

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

Shades of Sulu #C9FF67

Tints of Sulu #C9FF67

Color information

#C9FF67 (or 0xC9FF67) is unknown color: approx Sulu. HEX triplet: C9, FF and 67. RGB value is (201,255,103). Sum of RGB (Red+Green+Blue) = 201+255+103=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 103 (40.62% from 255 or 18.43% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FF67 is #360098. Grayscale: #DEDEDE. Windows color (decimal): -3539097 or 6815689. OLE color: 6815689.

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

Color convert

RGB201255103-
CMYK0.2100.600
HSL81.32º100%70.2%-
HSV(B)81.32º59.61%100%-
XYZ62.384.9225.94-
YUV221.5361.11113.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.96%
GREEN value IS 255 (100% from 255) = 45.62%
BLUE value IS 103 (40.62% from 255) = 18.43%
R=35.96%
G=45.62%
B=18.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2012551030.2100.60081.3210070.2
HexC9FF671503C0516446
Octal311377147250740121144106
Binary110010011111111111001111010101111000101000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FF67; }

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

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

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

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

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

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

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

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