Html Css Color HEX #CDE376 Mindaro

📋 copy color: '#CDE376'

red 205 ◦ green 227 ◦ blue 118

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

Shades of Mindaro #CDE376

Tints of Mindaro #CDE376

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.27%

 BLUE value IS 118 (46.48% from 255) = 21.45%

R = 37.27%
G = 41.27%
B = 21.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#CDE376 (or 0xCDE376) is known color: Mindaro. HEX triplet: CD, E3 and 76. RGB value is (205,227,118). Sum of RGB (Red+Green+Blue) = 205+227+118=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 118 (46.48% from 255 or 21.45% from 550); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE376 is #321C89. Grayscale: #D0D0D0. Windows color (decimal): -3284106 or 7791565. OLE color: 7791565.

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

Color convert

RGB 205 227 118 -
CMYK 0.10 0 0.48 0.11
HSL 72.11º 0.66% 0.68% -
HSV(B) 72.11º 0.48% 0.89% -
XYZ 55.92 69.23 27.55 -
YUV 208 77.21 125.86 -
System Red Green Blue C M Y K H S L
Decimal 205 227 118 0.10 0 0.48 0.11 72.11 0.66 0.68
Hex CD E3 76 A 0 30 B 48 42 44
Octal 315 343 166 12 0 60 13 110 102 104
Binary 11001101 11100011 1110110 1010 0 110000 1011 1001000 1000010 1000100

Color Harmonies of #CDE376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE376

Black with #CDE376

Text Example


Text Example

White with #CDE376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE376; }

 p { color: rgb(205,227,118); }

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

background-color css

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

 a { background-color: rgb(205,227,118); }

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

border-color css

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

 span { border-color: rgb(205,227,118); }

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