Html Css Color HEX #CDF661 Mindaro

📋 copy color: '#CDF661'

red 205 ◦ green 246 ◦ blue 97

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

Shades of Mindaro #CDF661

Tints of Mindaro #CDF661

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.89%

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

R = 37.41%
G = 44.89%
B = 17.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#CDF661 (or 0xCDF661) is known color: Mindaro. HEX triplet: CD, F6 and 61. RGB value is (205,246,97). Sum of RGB (Red+Green+Blue) = 205+246+97=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 246 (96.48% from 255 or 44.89% from 548); Blue value is 97 (38.28% from 255 or 17.70% from 548); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF661 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF661 is #32099E. Grayscale: #D9D9D9. Windows color (decimal): -3279263 or 6420173. OLE color: 6420173.

HSL color Cylindrical-coordinate representation of color #CDF661: hue angle of 76.51º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDF661 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 246 97 -
CMYK 0.17 0 0.61 0.04
HSL 76.51º 0.89% 0.67% -
HSV(B) 76.51º 0.61% 0.96% -
XYZ 60.29 79.75 23.53 -
YUV 216.76 60.42 119.62 -
System Red Green Blue C M Y K H S L
Decimal 205 246 97 0.17 0 0.61 0.04 76.51 0.89 0.67
Hex CD F6 61 11 0 3D 4 4D 59 43
Octal 315 366 141 21 0 75 4 115 131 103
Binary 11001101 11110110 1100001 10001 0 111101 100 1001101 1011001 1000011

Color Harmonies of #CDF661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF661

Black with #CDF661

Text Example


Text Example

White with #CDF661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF661; }

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

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

background-color css

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

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

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

border-color css

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

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

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