Html Css Color HEX #CDE46D Mindaro

📋 copy color: '#CDE46D'

red 205 ◦ green 228 ◦ blue 109

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

Shades of Mindaro #CDE46D

Tints of Mindaro #CDE46D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.07%

 BLUE value IS 109 (42.97% from 255) = 20.11%

R = 37.82%
G = 42.07%
B = 20.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#CDE46D (or 0xCDE46D) is known color: Mindaro. HEX triplet: CD, E4 and 6D. RGB value is (205,228,109). Sum of RGB (Red+Green+Blue) = 205+228+109=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE46D is #321B92. Grayscale: #D0D0D0. Windows color (decimal): -3283859 or 7201997. OLE color: 7201997.

HSL color Cylindrical-coordinate representation of color #CDE46D: hue angle of 71.6º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDE46D is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 228 109 -
CMYK 0.10 0 0.52 0.11
HSL 71.6º 0.69% 0.66% -
HSV(B) 71.6º 0.52% 0.89% -
XYZ 55.68 69.57 24.96 -
YUV 207.56 72.38 126.18 -
System Red Green Blue C M Y K H S L
Decimal 205 228 109 0.10 0 0.52 0.11 71.6 0.69 0.66
Hex CD E4 6D A 0 34 B 48 45 42
Octal 315 344 155 12 0 64 13 110 105 102
Binary 11001101 11100100 1101101 1010 0 110100 1011 1001000 1000101 1000010

Color Harmonies of #CDE46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE46D

Black with #CDE46D

Text Example


Text Example

White with #CDE46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE46D; }

 p { color: rgb(205,228,109); }

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

background-color css

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

 a { background-color: rgb(205,228,109); }

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

border-color css

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

 span { border-color: rgb(205,228,109); }

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