#C0FB7B

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

Shades of Sulu #C0FB7B

Tints of Sulu #C0FB7B

Color information

#C0FB7B (or 0xC0FB7B) is unknown color: approx Sulu. HEX triplet: C0, FB and 7B. RGB value is (192,251,123). Sum of RGB (Red+Green+Blue) = 192+251+123=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 123 (48.44% from 255 or 21.73% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FB7B is #3F0484. Grayscale: #DBDBDB. Windows color (decimal): -4129925 or 8125376. OLE color: 8125376.

HSL color Cylindrical-coordinate representation of color #C0FB7B: hue angle of 87.66º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0FB7B is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB192251123-
CMYK0.2400.510.02
HSL87.66º94.12%73.33%-
HSV(B)87.66º51%98.43%-
XYZ59.8181.6331.34-
YUV218.7773.95108.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.92%
GREEN value IS 251 (98.44% from 255) = 44.35%
BLUE value IS 123 (48.44% from 255) = 21.73%
R=33.92%
G=44.35%
B=21.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922511230.2400.510.0287.6694.1273.33
HexC0FB7B180332585e49
Octal300373173300632130136111
Binary1100000011111011111101111000011001110101100010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FB7B; }

 p { color: rgb(192,251,123); }

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

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

 a { background-color: rgb(192,251,123); }

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

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

 span { border-color: rgb(192,251,123); }

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