Html Css Color HEX #CDE053 Manz

📋 copy color: '#CDE053'

red 205 ◦ green 224 ◦ blue 83

#CDE053
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #CDE053

Tints of Manz #CDE053

RGB

 RED value IS 205 (80.47% from 255) = 40.04%

 GREEN value IS 224 (87.89% from 255) = 43.75%

 BLUE value IS 83 (32.81% from 255) = 16.21%

R = 40.04%
G = 43.75%
B = 16.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#CDE053 (or 0xCDE053) is known color: Manz. HEX triplet: CD, E0 and 53. RGB value is (205,224,83). Sum of RGB (Red+Green+Blue) = 205+224+83=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE053 is #321FAC. Grayscale: #CACACA. Windows color (decimal): -3284909 or 5497037. OLE color: 5497037.

HSL color Cylindrical-coordinate representation of color #CDE053: hue angle of 68.09º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDE053 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 224 83 -
CMYK 0.08 0 0.63 0.12
HSL 68.09º 0.69% 0.6% -
HSV(B) 68.09º 0.63% 0.88% -
XYZ 53.39 66.91 18.29 -
YUV 202.25 60.71 129.96 -
System Red Green Blue C M Y K H S L
Decimal 205 224 83 0.08 0 0.63 0.12 68.09 0.69 0.6
Hex CD E0 53 8 0 3F C 44 45 3C
Octal 315 340 123 10 0 77 14 104 105 74
Binary 11001101 11100000 1010011 1000 0 111111 1100 1000100 1000101 111100

Color Harmonies of #CDE053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE053

Black with #CDE053

Text Example


Text Example

White with #CDE053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE053; }

 p { color: rgb(205,224,83); }

 H1.HeaderClassName
 {
   color: #CDE053;
 }
 .AnyTagClassName
 {
   color: #CDE053;
 }
</style>

background-color css

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

 a { background-color: rgb(205,224,83); }

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

border-color css

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

 span { border-color: rgb(205,224,83); }

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