Html Css Color HEX #CDE070 Mindaro

📋 copy color: '#CDE070'

red 205 ◦ green 224 ◦ blue 112

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

Shades of Mindaro #CDE070

Tints of Mindaro #CDE070

RGB

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

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

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

R = 37.89%
G = 41.4%
B = 20.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#CDE070 (or 0xCDE070) is known color: Mindaro. HEX triplet: CD, E0 and 70. RGB value is (205,224,112). Sum of RGB (Red+Green+Blue) = 205+224+112=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE070 is #321F8F. Grayscale: #CDCDCD. Windows color (decimal): -3284880 or 7397581. OLE color: 7397581.

HSL color Cylindrical-coordinate representation of color #CDE070: hue angle of 70.18º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDE070 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 224 112 -
CMYK 0.08 0 0.50 0.12
HSL 70.18º 0.64% 0.66% -
HSV(B) 70.18º 0.5% 0.88% -
XYZ 54.76 67.46 25.46 -
YUV 205.55 75.21 127.61 -
System Red Green Blue C M Y K H S L
Decimal 205 224 112 0.08 0 0.50 0.12 70.18 0.64 0.66
Hex CD E0 70 8 0 32 C 46 40 42
Octal 315 340 160 10 0 62 14 106 100 102
Binary 11001101 11100000 1110000 1000 0 110010 1100 1000110 1000000 1000010

Color Harmonies of #CDE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE070

Black with #CDE070

Text Example


Text Example

White with #CDE070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE070; }

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

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

background-color css

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

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

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

border-color css

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

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

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