#C8FF6E

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

Shades of Sulu #C8FF6E

Tints of Sulu #C8FF6E

Color information

#C8FF6E (or 0xC8FF6E) is unknown color: approx Sulu. HEX triplet: C8, FF and 6E. RGB value is (200,255,110). Sum of RGB (Red+Green+Blue) = 200+255+110=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 110 (43.36% from 255 or 19.47% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FF6E is #370091. Grayscale: #DEDEDE. Windows color (decimal): -3604626 or 7274440. OLE color: 7274440.

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

Color convert

RGB200255110-
CMYK0.2200.570
HSL82.76º100%71.57%-
HSV(B)82.76º56.86%100%-
XYZ62.3984.9327.86-
YUV222.0264.78112.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.40%
GREEN value IS 255 (100% from 255) = 45.13%
BLUE value IS 110 (43.36% from 255) = 19.47%
R=35.40%
G=45.13%
B=19.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002551100.2200.57082.7610071.57
HexC8FF6E160390536448
Octal310377156260710123144110
Binary110010001111111111011101011001110010101001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FF6E; }

 p { color: rgb(200,255,110); }

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

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

 a { background-color: rgb(200,255,110); }

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

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

 span { border-color: rgb(200,255,110); }

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