Html Css Color HEX #CDF060 Mindaro

📋 copy color: '#CDF060'

red 205 ◦ green 240 ◦ blue 96

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

Shades of Mindaro #CDF060

Tints of Mindaro #CDF060

RGB

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

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

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

R = 37.89%
G = 44.36%
B = 17.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#CDF060 (or 0xCDF060) is known color: Mindaro. HEX triplet: CD, F0 and 60. RGB value is (205,240,96). Sum of RGB (Red+Green+Blue) = 205+240+96=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 96 (37.89% from 255 or 17.74% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF060 is #320F9F. Grayscale: #D5D5D5. Windows color (decimal): -3280800 or 6353101. OLE color: 6353101.

HSL color Cylindrical-coordinate representation of color #CDF060: hue angle of 74.58º 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 #CDF060 is Cyan = 0.15, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 240 96 -
CMYK 0.15 0 0.6 0.06
HSL 74.58º 0.83% 0.66% -
HSV(B) 74.58º 0.6% 0.94% -
XYZ 58.45 76.14 22.68 -
YUV 213.12 61.9 122.21 -
System Red Green Blue C M Y K H S L
Decimal 205 240 96 0.15 0 0.6 0.06 74.58 0.83 0.66
Hex CD F0 60 F 0 3C 6 4B 53 42
Octal 315 360 140 17 0 74 6 113 123 102
Binary 11001101 11110000 1100000 1111 0 111100 110 1001011 1010011 1000010

Color Harmonies of #CDF060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF060

Black with #CDF060

Text Example


Text Example

White with #CDF060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF060; }

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

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

background-color css

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

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

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

border-color css

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

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

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