#C4F868

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

Shades of Sulu #C4F868

Tints of Sulu #C4F868

Color information

#C4F868 (or 0xC4F868) is unknown color: approx Sulu. HEX triplet: C4, F8 and 68. RGB value is (196,248,104). Sum of RGB (Red+Green+Blue) = 196+248+104=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #C4F868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F868 is #3B0797. Grayscale: #D8D8D8. Windows color (decimal): -3868568 or 6879428. OLE color: 6879428.

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

Color convert

RGB196248104-
CMYK0.2100.580.03
HSL81.67º91.14%69.02%-
HSV(B)81.67º58.06%97.25%-
XYZ58.8379.8725.41-
YUV216.0464.77113.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.77%
GREEN value IS 248 (97.27% from 255) = 45.26%
BLUE value IS 104 (41.02% from 255) = 18.98%
R=35.77%
G=45.26%
B=18.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1962481040.2100.580.0381.6791.1469.02
HexC4F8681503A3525b45
Octal304370150250723122133105
Binary1100010011111000110100010101011101011101001010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F868; }

 p { color: rgb(196,248,104); }

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

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

 a { background-color: rgb(196,248,104); }

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

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

 span { border-color: rgb(196,248,104); }

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