Html Css Color HEX #CDF059 Mindaro

📋 copy color: '#CDF059'

red 205 ◦ green 240 ◦ blue 89

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

Shades of Mindaro #CDF059

Tints of Mindaro #CDF059

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.94%

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

R = 38.39%
G = 44.94%
B = 16.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#CDF059 (or 0xCDF059) is known color: Mindaro. HEX triplet: CD, F0 and 59. RGB value is (205,240,89). Sum of RGB (Red+Green+Blue) = 205+240+89=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 89 (35.16% from 255 or 16.67% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF059 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF059 is #320FA6. Grayscale: #D4D4D4. Windows color (decimal): -3280807 or 5894349. OLE color: 5894349.

HSL color Cylindrical-coordinate representation of color #CDF059: hue angle of 73.91º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDF059 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 240 89 -
CMYK 0.15 0 0.63 0.06
HSL 73.91º 0.83% 0.65% -
HSV(B) 73.91º 0.63% 0.94% -
XYZ 58.14 76.02 21.06 -
YUV 212.32 58.4 122.78 -
System Red Green Blue C M Y K H S L
Decimal 205 240 89 0.15 0 0.63 0.06 73.91 0.83 0.65
Hex CD F0 59 F 0 3F 6 4A 53 41
Octal 315 360 131 17 0 77 6 112 123 101
Binary 11001101 11110000 1011001 1111 0 111111 110 1001010 1010011 1000001

Color Harmonies of #CDF059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF059

Black with #CDF059

Text Example


Text Example

White with #CDF059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF059; }

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

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

background-color css

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

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

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

border-color css

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

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

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