#C7F975

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

Shades of Sulu #C7F975

Tints of Sulu #C7F975

Color information

#C7F975 (or 0xC7F975) is unknown color: approx Sulu. HEX triplet: C7, F9 and 75. RGB value is (199,249,117). Sum of RGB (Red+Green+Blue) = 199+249+117=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #C7F975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F975 is #38068A. Grayscale: #DBDBDB. Windows color (decimal): -3671691 or 7731655. OLE color: 7731655.

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

Color convert

RGB199249117-
CMYK0.2000.530.02
HSL82.73º91.67%71.76%-
HSV(B)82.73º53.01%97.65%-
XYZ60.6481.1829.3-
YUV21970.44113.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.22%
GREEN value IS 249 (97.66% from 255) = 44.07%
BLUE value IS 117 (46.09% from 255) = 20.71%
R=35.22%
G=44.07%
B=20.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992491170.2000.530.0282.7391.6771.76
HexC7F975140352535c48
Octal307371165240652123134110
Binary1100011111111001111010110100011010110101001110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F975; }

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

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

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

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

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

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

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

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