#CDEB75

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

Shades of Sulu #CDEB75

Tints of Sulu #CDEB75

Color information

#CDEB75 (or 0xCDEB75) is unknown color: approx Sulu. HEX triplet: CD, EB and 75. RGB value is (205,235,117). Sum of RGB (Red+Green+Blue) = 205+235+117=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEB75 is #32148A. Grayscale: #D5D5D5. Windows color (decimal): -3282059 or 7728077. OLE color: 7728077.

HSL color Cylindrical-coordinate representation of color #CDEB75: hue angle of 75.25º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDEB75 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB205235117-
CMYK0.1300.500.08
HSL75.25º74.68%69.02%-
HSV(B)75.25º50.21%92.16%-
XYZ58.173.6827.99-
YUV212.5874.06122.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 235 (92.19% from 255) = 42.19%
BLUE value IS 117 (46.09% from 255) = 21.01%
R=36.80%
G=42.19%
B=21.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351170.1300.500.0875.2574.6869.02
HexCDEB75D03284b4b45
Octal3153531651506210113113105
Binary11001101111010111110101110101100101000100101110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEB75; }

 p { color: rgb(205,235,117); }

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

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

 a { background-color: rgb(205,235,117); }

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

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

 span { border-color: rgb(205,235,117); }

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