#C8ED83

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

Shades of Sulu #C8ED83

Tints of Sulu #C8ED83

Color information

#C8ED83 (or 0xC8ED83) is unknown color: approx Sulu. HEX triplet: C8, ED and 83. RGB value is (200,237,131). Sum of RGB (Red+Green+Blue) = 200+237+131=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 131 (51.56% from 255 or 23.06% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8ED83 is #37127C. Grayscale: #D6D6D6. Windows color (decimal): -3609213 or 8646088. OLE color: 8646088.

HSL color Cylindrical-coordinate representation of color #C8ED83: hue angle of 80.94º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8ED83 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB200237131-
CMYK0.1600.450.07
HSL80.94º74.65%72.16%-
HSV(B)80.94º44.73%92.94%-
XYZ58.274.4932.78-
YUV213.8581.24118.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.21%
GREEN value IS 237 (92.97% from 255) = 41.73%
BLUE value IS 131 (51.56% from 255) = 23.06%
R=35.21%
G=41.73%
B=23.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002371310.1600.450.0780.9474.6572.16
HexC8ED831002D7514b48
Octal310355203200557121113110
Binary110010001110110110000011100000101101111101000110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ED83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ED83; }

 p { color: rgb(200,237,131); }

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

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

 a { background-color: rgb(200,237,131); }

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

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

 span { border-color: rgb(200,237,131); }

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