#C4FF7D

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

Shades of Sulu #C4FF7D

Tints of Sulu #C4FF7D

Color information

#C4FF7D (or 0xC4FF7D) is unknown color: approx Sulu. HEX triplet: C4, FF and 7D. RGB value is (196,255,125). Sum of RGB (Red+Green+Blue) = 196+255+125=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4FF7D is #3B0082. Grayscale: #DFDFDF. Windows color (decimal): -3866755 or 8257476. OLE color: 8257476.

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

Color convert

RGB196255125-
CMYK0.2300.510
HSL87.23º100%74.51%-
HSV(B)87.23º50.98%100%-
XYZ62.2384.7432.48-
YUV222.5472.95109.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.03%
GREEN value IS 255 (100% from 255) = 44.27%
BLUE value IS 125 (49.22% from 255) = 21.70%
R=34.03%
G=44.27%
B=21.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1962551250.2300.51087.2310074.51
HexC4FF7D17033057644b
Octal304377175270630127144113
Binary110001001111111111111011011101100110101011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FF7D; }

 p { color: rgb(196,255,125); }

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

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

 a { background-color: rgb(196,255,125); }

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

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

 span { border-color: rgb(196,255,125); }

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