#C7FA82

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

Shades of Sulu #C7FA82

Tints of Sulu #C7FA82

Color information

#C7FA82 (or 0xC7FA82) is unknown color: approx Sulu. HEX triplet: C7, FA and 82. RGB value is (199,250,130). Sum of RGB (Red+Green+Blue) = 199+250+130=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 130 (51.17% from 255 or 22.45% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FA82 is #38057D. Grayscale: #DDDDDD. Windows color (decimal): -3671422 or 8583879. OLE color: 8583879.

HSL color Cylindrical-coordinate representation of color #C7FA82: hue angle of 85.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C7FA82 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB199250130-
CMYK0.2000.480.02
HSL85.5º92.31%74.51%-
HSV(B)85.5º48%98.04%-
XYZ61.7782.1333.72-
YUV221.0776.6112.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.37%
GREEN value IS 250 (98.05% from 255) = 43.18%
BLUE value IS 130 (51.17% from 255) = 22.45%
R=34.37%
G=43.18%
B=22.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992501300.2000.480.0285.592.3174.51
HexC7FA82140302565c4b
Octal307372202240602126134113
Binary11000111111110101000001010100011000010101011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FA82; }

 p { color: rgb(199,250,130); }

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

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

 a { background-color: rgb(199,250,130); }

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

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

 span { border-color: rgb(199,250,130); }

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