Html Css Color HEX #CDE063 Mindaro

📋 copy color: '#CDE063'

red 205 ◦ green 224 ◦ blue 99

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

Shades of Mindaro #CDE063

Tints of Mindaro #CDE063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.75%

R = 38.83%
G = 42.42%
B = 18.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#CDE063 (or 0xCDE063) is known color: Mindaro. HEX triplet: CD, E0 and 63. RGB value is (205,224,99). Sum of RGB (Red+Green+Blue) = 205+224+99=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE063 is #321F9C. Grayscale: #CCCCCC. Windows color (decimal): -3284893 or 6545613. OLE color: 6545613.

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

Color convert

RGB 205 224 99 -
CMYK 0.08 0 0.56 0.12
HSL 69.12º 0.67% 0.63% -
HSV(B) 69.12º 0.56% 0.88% -
XYZ 54.08 67.19 21.92 -
YUV 204.07 68.71 128.66 -
System Red Green Blue C M Y K H S L
Decimal 205 224 99 0.08 0 0.56 0.12 69.12 0.67 0.63
Hex CD E0 63 8 0 38 C 45 43 3F
Octal 315 340 143 10 0 70 14 105 103 77
Binary 11001101 11100000 1100011 1000 0 111000 1100 1000101 1000011 111111

Color Harmonies of #CDE063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE063

Black with #CDE063

Text Example


Text Example

White with #CDE063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE063; }

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

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

background-color css

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

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

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

border-color css

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

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

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