#C8ED7D

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

Shades of Sulu #C8ED7D

Tints of Sulu #C8ED7D

Color information

#C8ED7D (or 0xC8ED7D) is unknown color: approx Sulu. HEX triplet: C8, ED and 7D. RGB value is (200,237,125). Sum of RGB (Red+Green+Blue) = 200+237+125=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8ED7D is #371282. Grayscale: #D5D5D5. Windows color (decimal): -3609219 or 8252872. OLE color: 8252872.

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

Color convert

RGB200237125-
CMYK0.1600.470.07
HSL79.82º75.68%70.98%-
HSV(B)79.82º47.26%92.94%-
XYZ57.8174.3330.7-
YUV213.1778.24118.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.59%
GREEN value IS 237 (92.97% from 255) = 42.17%
BLUE value IS 125 (49.22% from 255) = 22.24%
R=35.59%
G=42.17%
B=22.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002371250.1600.470.0779.8275.6870.98
HexC8ED7D1002F7504c47
Octal310355175200577120114107
Binary11001000111011011111101100000101111111101000010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ED7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ED7D; }

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

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

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

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

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

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

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

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