#C0F975

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

Shades of Sulu #C0F975

Tints of Sulu #C0F975

Color information

#C0F975 (or 0xC0F975) is unknown color: approx Sulu. HEX triplet: C0, F9 and 75. RGB value is (192,249,117). Sum of RGB (Red+Green+Blue) = 192+249+117=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F975 is #3F068A. Grayscale: #D9D9D9. Windows color (decimal): -4130443 or 7731648. OLE color: 7731648.

HSL color Cylindrical-coordinate representation of color #C0F975: hue angle of 85.91º 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 #C0F975 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB192249117-
CMYK0.2300.530.02
HSL85.91º91.67%71.76%-
HSV(B)85.91º53.01%97.65%-
XYZ58.8280.2429.22-
YUV216.9171.62110.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.41%
GREEN value IS 249 (97.66% from 255) = 44.62%
BLUE value IS 117 (46.09% from 255) = 20.97%
R=34.41%
G=44.62%
B=20.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922491170.2300.530.0285.9191.6771.76
HexC0F975170352565c48
Octal300371165270652126134110
Binary1100000011111001111010110111011010110101011010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F975; }

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

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

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

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

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

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

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

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