#C0FB8D

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

Shades of Sulu #C0FB8D

Tints of Sulu #C0FB8D

Color information

#C0FB8D (or 0xC0FB8D) is unknown color: approx Sulu. HEX triplet: C0, FB and 8D. RGB value is (192,251,141). Sum of RGB (Red+Green+Blue) = 192+251+141=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FB8D is #3F0472. Grayscale: #DDDDDD. Windows color (decimal): -4129907 or 9305024. OLE color: 9305024.

HSL color Cylindrical-coordinate representation of color #C0FB8D: hue angle of 92.18º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0FB8D is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB192251141-
CMYK0.2400.440.02
HSL92.18º93.22%76.86%-
HSV(B)92.18º43.82%98.43%-
XYZ61.0482.1237.83-
YUV220.8282.95107.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.88%
GREEN value IS 251 (98.44% from 255) = 42.98%
BLUE value IS 141 (55.47% from 255) = 24.14%
R=32.88%
G=42.98%
B=24.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922511410.2400.440.0292.1893.2276.86
HexC0FB8D1802C25c5d4d
Octal300373215300542134135115
Binary11000000111110111000110111000010110010101110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FB8D; }

 p { color: rgb(192,251,141); }

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

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

 a { background-color: rgb(192,251,141); }

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

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

 span { border-color: rgb(192,251,141); }

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