Html Css Color HEX #CDF061 Mindaro

📋 copy color: '#CDF061'

red 205 ◦ green 240 ◦ blue 97

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

Shades of Mindaro #CDF061

Tints of Mindaro #CDF061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.9%

R = 37.82%
G = 44.28%
B = 17.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#CDF061 (or 0xCDF061) is known color: Mindaro. HEX triplet: CD, F0 and 61. RGB value is (205,240,97). Sum of RGB (Red+Green+Blue) = 205+240+97=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 97 (38.28% from 255 or 17.90% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF061 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF061 is #320F9E. Grayscale: #D5D5D5. Windows color (decimal): -3280799 or 6418637. OLE color: 6418637.

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

Color convert

RGB 205 240 97 -
CMYK 0.15 0 0.60 0.06
HSL 74.69º 0.83% 0.66% -
HSV(B) 74.69º 0.6% 0.94% -
XYZ 58.49 76.16 22.93 -
YUV 213.23 62.4 122.13 -
System Red Green Blue C M Y K H S L
Decimal 205 240 97 0.15 0 0.60 0.06 74.69 0.83 0.66
Hex CD F0 61 F 0 3C 6 4B 53 42
Octal 315 360 141 17 0 74 6 113 123 102
Binary 11001101 11110000 1100001 1111 0 111100 110 1001011 1010011 1000010

Color Harmonies of #CDF061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF061

Black with #CDF061

Text Example


Text Example

White with #CDF061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF061; }

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

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

background-color css

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

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

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

border-color css

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

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

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