Html Css Color HEX #CDE073 Mindaro

📋 copy color: '#CDE073'

red 205 ◦ green 224 ◦ blue 115

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

Shades of Mindaro #CDE073

Tints of Mindaro #CDE073

RGB

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

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

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

R = 37.68%
G = 41.18%
B = 21.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#CDE073 (or 0xCDE073) is known color: Mindaro. HEX triplet: CD, E0 and 73. RGB value is (205,224,115). Sum of RGB (Red+Green+Blue) = 205+224+115=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE073 is #321F8C. Grayscale: #CECECE. Windows color (decimal): -3284877 or 7594189. OLE color: 7594189.

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

Color convert

RGB 205 224 115 -
CMYK 0.08 0 0.49 0.12
HSL 70.46º 0.64% 0.66% -
HSV(B) 70.46º 0.49% 0.88% -
XYZ 54.93 67.53 26.36 -
YUV 205.89 76.71 127.36 -
System Red Green Blue C M Y K H S L
Decimal 205 224 115 0.08 0 0.49 0.12 70.46 0.64 0.66
Hex CD E0 73 8 0 31 C 46 40 42
Octal 315 340 163 10 0 61 14 106 100 102
Binary 11001101 11100000 1110011 1000 0 110001 1100 1000110 1000000 1000010

Color Harmonies of #CDE073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE073

Black with #CDE073

Text Example


Text Example

White with #CDE073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE073; }

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

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

background-color css

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

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

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

border-color css

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

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

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