#C0F283

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

Shades of Sulu #C0F283

Tints of Sulu #C0F283

Color information

#C0F283 (or 0xC0F283) is unknown color: approx Sulu. HEX triplet: C0, F2 and 83. RGB value is (192,242,131). Sum of RGB (Red+Green+Blue) = 192+242+131=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 131 (51.56% from 255 or 23.19% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F283 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F283 is #3F0D7C. Grayscale: #D6D6D6. Windows color (decimal): -4132221 or 8647360. OLE color: 8647360.

HSL color Cylindrical-coordinate representation of color #C0F283: hue angle of 87.03º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0F283 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB192242131-
CMYK0.2100.460.05
HSL87.03º81.02%73.14%-
HSV(B)87.03º45.87%94.9%-
XYZ57.5976.3533.17-
YUV214.480.94112.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 242 (94.92% from 255) = 42.83%
BLUE value IS 131 (51.56% from 255) = 23.19%
R=33.98%
G=42.83%
B=23.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922421310.2100.460.0587.0381.0273.14
HexC0F2831502E5575149
Octal300362203250565127121111
Binary110000001111001010000011101010101110101101011110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F283; }

 p { color: rgb(192,242,131); }

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

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

 a { background-color: rgb(192,242,131); }

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

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

 span { border-color: rgb(192,242,131); }

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