Html Css Color HEX #CDEC70 Mindaro

📋 copy color: '#CDEC70'

red 205 ◦ green 236 ◦ blue 112

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

Shades of Mindaro #CDEC70

Tints of Mindaro #CDEC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.25%

R = 37.07%
G = 42.68%
B = 20.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#CDEC70 (or 0xCDEC70) is known color: Mindaro. HEX triplet: CD, EC and 70. RGB value is (205,236,112). Sum of RGB (Red+Green+Blue) = 205+236+112=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEC70 is #32138F. Grayscale: #D5D5D5. Windows color (decimal): -3281808 or 7400653. OLE color: 7400653.

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

Color convert

RGB 205 236 112 -
CMYK 0.13 0 0.53 0.07
HSL 75º 0.77% 0.68% -
HSV(B) 75º 0.53% 0.93% -
XYZ 58.1 74.14 26.58 -
YUV 212.6 71.23 122.58 -
System Red Green Blue C M Y K H S L
Decimal 205 236 112 0.13 0 0.53 0.07 75 0.77 0.68
Hex CD EC 70 D 0 35 7 4B 4D 44
Octal 315 354 160 15 0 65 7 113 115 104
Binary 11001101 11101100 1110000 1101 0 110101 111 1001011 1001101 1000100

Color Harmonies of #CDEC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEC70

Black with #CDEC70

Text Example


Text Example

White with #CDEC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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