Html Css Color HEX #CDEC53 Mindaro

📋 copy color: '#CDEC53'

red 205 ◦ green 236 ◦ blue 83

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

Shades of Mindaro #CDEC53

Tints of Mindaro #CDEC53

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.04%

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

R = 39.12%
G = 45.04%
B = 15.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#CDEC53 (or 0xCDEC53) is known color: Mindaro. HEX triplet: CD, EC and 53. RGB value is (205,236,83). Sum of RGB (Red+Green+Blue) = 205+236+83=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEC53 is #3213AC. Grayscale: #D1D1D1. Windows color (decimal): -3281837 or 5500109. OLE color: 5500109.

HSL color Cylindrical-coordinate representation of color #CDEC53: hue angle of 72.16º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDEC53 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 236 83 -
CMYK 0.13 0 0.65 0.07
HSL 72.16º 0.8% 0.63% -
HSV(B) 72.16º 0.65% 0.93% -
XYZ 56.73 73.59 19.4 -
YUV 209.29 56.73 124.94 -
System Red Green Blue C M Y K H S L
Decimal 205 236 83 0.13 0 0.65 0.07 72.16 0.8 0.63
Hex CD EC 53 D 0 41 7 48 50 3F
Octal 315 354 123 15 0 101 7 110 120 77
Binary 11001101 11101100 1010011 1101 0 1000001 111 1001000 1010000 111111

Color Harmonies of #CDEC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEC53

Black with #CDEC53

Text Example


Text Example

White with #CDEC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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