Html Css Color HEX #CDF959 Mindaro

📋 copy color: '#CDF959'

red 205 ◦ green 249 ◦ blue 89

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

Shades of Mindaro #CDF959

Tints of Mindaro #CDF959

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.86%

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

R = 37.75%
G = 45.86%
B = 16.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#CDF959 (or 0xCDF959) is known color: Mindaro. HEX triplet: CD, F9 and 59. RGB value is (205,249,89). Sum of RGB (Red+Green+Blue) = 205+249+89=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 89 (35.16% from 255 or 16.39% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF959 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF959 is #3206A6. Grayscale: #DADADA. Windows color (decimal): -3278503 or 5896653. OLE color: 5896653.

HSL color Cylindrical-coordinate representation of color #CDF959: hue angle of 76.5º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDF959 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 249 89 -
CMYK 0.18 0 0.64 0.02
HSL 76.5º 0.93% 0.66% -
HSV(B) 76.5º 0.64% 0.98% -
XYZ 60.86 81.45 21.97 -
YUV 217.6 55.42 119.01 -
System Red Green Blue C M Y K H S L
Decimal 205 249 89 0.18 0 0.64 0.02 76.5 0.93 0.66
Hex CD F9 59 12 0 40 2 4C 5D 42
Octal 315 371 131 22 0 100 2 114 135 102
Binary 11001101 11111001 1011001 10010 0 1000000 10 1001100 1011101 1000010

Color Harmonies of #CDF959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF959

Black with #CDF959

Text Example


Text Example

White with #CDF959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF959; }

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

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

background-color css

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

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

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

border-color css

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

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

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