Html Css Color HEX #CDE373 Mindaro

📋 copy color: '#CDE373'

red 205 ◦ green 227 ◦ blue 115

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

Shades of Mindaro #CDE373

Tints of Mindaro #CDE373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.02%

R = 37.48%
G = 41.5%
B = 21.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#CDE373 (or 0xCDE373) is known color: Mindaro. HEX triplet: CD, E3 and 73. RGB value is (205,227,115). Sum of RGB (Red+Green+Blue) = 205+227+115=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 115 (45.31% from 255 or 21.02% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE373 is #321C8C. Grayscale: #D0D0D0. Windows color (decimal): -3284109 or 7594957. OLE color: 7594957.

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

Color convert

RGB 205 227 115 -
CMYK 0.10 0 0.49 0.11
HSL 71.79º 0.67% 0.67% -
HSV(B) 71.79º 0.49% 0.89% -
XYZ 55.74 69.16 26.63 -
YUV 207.65 75.71 126.11 -
System Red Green Blue C M Y K H S L
Decimal 205 227 115 0.10 0 0.49 0.11 71.79 0.67 0.67
Hex CD E3 73 A 0 31 B 48 43 43
Octal 315 343 163 12 0 61 13 110 103 103
Binary 11001101 11100011 1110011 1010 0 110001 1011 1001000 1000011 1000011

Color Harmonies of #CDE373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE373

Black with #CDE373

Text Example


Text Example

White with #CDE373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE373; }

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

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

background-color css

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

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

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

border-color css

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

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

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