#C2FD83

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

Shades of Sulu #C2FD83

Tints of Sulu #C2FD83

Color information

#C2FD83 (or 0xC2FD83) is unknown color: approx Sulu. HEX triplet: C2, FD and 83. RGB value is (194,253,131). Sum of RGB (Red+Green+Blue) = 194+253+131=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 131 (51.56% from 255 or 22.66% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FD83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FD83 is #3D027C. Grayscale: #DDDDDD. Windows color (decimal): -3998333 or 8650178. OLE color: 8650178.

HSL color Cylindrical-coordinate representation of color #C2FD83: hue angle of 89.02º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2FD83 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB194253131-
CMYK0.2300.480.01
HSL89.02º96.83%75.29%-
HSV(B)89.02º48.22%99.22%-
XYZ61.4783.3634.32-
YUV221.4576.95108.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.56%
GREEN value IS 253 (99.22% from 255) = 43.77%
BLUE value IS 131 (51.56% from 255) = 22.66%
R=33.56%
G=43.77%
B=22.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942531310.2300.480.0189.0296.8375.29
HexC2FD8317030159614b
Octal302375203270601131141113
Binary1100001011111101100000111011101100001101100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FD83; }

 p { color: rgb(194,253,131); }

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

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

 a { background-color: rgb(194,253,131); }

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

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

 span { border-color: rgb(194,253,131); }

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