Html Css Color HEX #CDE059 Mindaro

📋 copy color: '#CDE059'

red 205 ◦ green 224 ◦ blue 89

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

Shades of Mindaro #CDE059

Tints of Mindaro #CDE059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.18%

R = 39.58%
G = 43.24%
B = 17.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#CDE059 (or 0xCDE059) is known color: Mindaro. HEX triplet: CD, E0 and 59. RGB value is (205,224,89). Sum of RGB (Red+Green+Blue) = 205+224+89=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 89 (35.16% from 255 or 17.18% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE059 is #321FA6. Grayscale: #CBCBCB. Windows color (decimal): -3284903 or 5890253. OLE color: 5890253.

HSL color Cylindrical-coordinate representation of color #CDE059: hue angle of 68.44º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDE059 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 224 89 -
CMYK 0.08 0 0.60 0.12
HSL 68.44º 0.69% 0.61% -
HSV(B) 68.44º 0.6% 0.88% -
XYZ 53.64 67.01 19.56 -
YUV 202.93 63.71 129.48 -
System Red Green Blue C M Y K H S L
Decimal 205 224 89 0.08 0 0.60 0.12 68.44 0.69 0.61
Hex CD E0 59 8 0 3C C 44 45 3D
Octal 315 340 131 10 0 74 14 104 105 75
Binary 11001101 11100000 1011001 1000 0 111100 1100 1000100 1000101 111101

Color Harmonies of #CDE059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE059

Black with #CDE059

Text Example


Text Example

White with #CDE059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE059; }

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

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

background-color css

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

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

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

border-color css

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

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

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