#C7F965

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

Shades of Sulu #C7F965

Tints of Sulu #C7F965

Color information

#C7F965 (or 0xC7F965) is unknown color: approx Sulu. HEX triplet: C7, F9 and 65. RGB value is (199,249,101). Sum of RGB (Red+Green+Blue) = 199+249+101=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 101 (39.84% from 255 or 18.40% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #C7F965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F965 is #38069A. Grayscale: #D9D9D9. Windows color (decimal): -3671707 or 6683079. OLE color: 6683079.

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

Color convert

RGB199249101-
CMYK0.2000.590.02
HSL80.27º92.5%68.63%-
HSV(B)80.27º59.44%97.65%-
XYZ59.7880.8324.76-
YUV217.1862.44115.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.25%
GREEN value IS 249 (97.66% from 255) = 45.36%
BLUE value IS 101 (39.84% from 255) = 18.40%
R=36.25%
G=45.36%
B=18.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992491010.2000.590.0280.2792.568.63
HexC7F9651403B2505c45
Octal307371145240732120134105
Binary1100011111111001110010110100011101110101000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F965; }

 p { color: rgb(199,249,101); }

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

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

 a { background-color: rgb(199,249,101); }

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

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

 span { border-color: rgb(199,249,101); }

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