#C8FC7A

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

Shades of Sulu #C8FC7A

Tints of Sulu #C8FC7A

Color information

#C8FC7A (or 0xC8FC7A) is unknown color: approx Sulu. HEX triplet: C8, FC and 7A. RGB value is (200,252,122). Sum of RGB (Red+Green+Blue) = 200+252+122=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FC7A is #370385. Grayscale: #DEDEDE. Windows color (decimal): -3605382 or 8060104. OLE color: 8060104.

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

Color convert

RGB200252122-
CMYK0.2100.520.01
HSL84º95.59%73.33%-
HSV(B)84º51.59%98.82%-
XYZ62.1483.3131.22-
YUV221.6371.77112.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.84%
GREEN value IS 252 (98.83% from 255) = 43.90%
BLUE value IS 122 (48.05% from 255) = 21.25%
R=34.84%
G=43.90%
B=21.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2002521220.2100.520.018495.5973.33
HexC8FC7A150341546049
Octal310374172250641124140111
Binary110010001111110011110101010101101001101010011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FC7A; }

 p { color: rgb(200,252,122); }

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

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

 a { background-color: rgb(200,252,122); }

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

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

 span { border-color: rgb(200,252,122); }

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