#C0FF82

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

Shades of Sulu #C0FF82

Tints of Sulu #C0FF82

Color information

#C0FF82 (or 0xC0FF82) is unknown color: approx Sulu. HEX triplet: C0, FF and 82. RGB value is (192,255,130). Sum of RGB (Red+Green+Blue) = 192+255+130=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FF82 is #3F007D. Grayscale: #DEDEDE. Windows color (decimal): -4128894 or 8585152. OLE color: 8585152.

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

Color convert

RGB192255130-
CMYK0.2500.490
HSL90.24º100%75.49%-
HSV(B)90.24º49.02%100%-
XYZ61.5384.3434.16-
YUV221.9176.13106.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.28%
GREEN value IS 255 (100% from 255) = 44.19%
BLUE value IS 130 (51.17% from 255) = 22.53%
R=33.28%
G=44.19%
B=22.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922551300.2500.49090.2410075.49
HexC0FF821903105a644b
Octal300377202310610132144113
Binary1100000011111111100000101100101100010101101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FF82; }

 p { color: rgb(192,255,130); }

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

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

 a { background-color: rgb(192,255,130); }

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

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

 span { border-color: rgb(192,255,130); }

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