Html Css Color HEX #CDF660 Mindaro

📋 copy color: '#CDF660'

red 205 ◦ green 246 ◦ blue 96

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

Shades of Mindaro #CDF660

Tints of Mindaro #CDF660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.55%

R = 37.48%
G = 44.97%
B = 17.55%

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

#CDF660 (or 0xCDF660) is known color: Mindaro. HEX triplet: CD, F6 and 60. RGB value is (205,246,96). Sum of RGB (Red+Green+Blue) = 205+246+96=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 96 (37.89% from 255 or 17.55% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF660 is #32099F. Grayscale: #D9D9D9. Windows color (decimal): -3279264 or 6354637. OLE color: 6354637.

HSL color Cylindrical-coordinate representation of color #CDF660: hue angle of 76.4º 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 #CDF660 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 246 96 -
CMYK 0.17 0 0.61 0.04
HSL 76.4º 0.89% 0.67% -
HSV(B) 76.4º 0.61% 0.96% -
XYZ 60.24 79.74 23.28 -
YUV 216.64 59.92 119.7 -
System Red Green Blue C M Y K H S L
Decimal 205 246 96 0.17 0 0.61 0.04 76.4 0.89 0.67
Hex CD F6 60 11 0 3D 4 4C 59 43
Octal 315 366 140 21 0 75 4 114 131 103
Binary 11001101 11110110 1100000 10001 0 111101 100 1001100 1011001 1000011

Color Harmonies of #CDF660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF660

Black with #CDF660

Text Example


Text Example

White with #CDF660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF660; }

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

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

background-color css

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

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

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

border-color css

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

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

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