Html Css Color HEX #CDF064 Mindaro

📋 copy color: '#CDF064'

red 205 ◦ green 240 ◦ blue 100

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

Shades of Mindaro #CDF064

Tints of Mindaro #CDF064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.35%

R = 37.61%
G = 44.04%
B = 18.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#CDF064 (or 0xCDF064) is known color: Mindaro. HEX triplet: CD, F0 and 64. RGB value is (205,240,100). Sum of RGB (Red+Green+Blue) = 205+240+100=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF064 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF064 is #320F9B. Grayscale: #D6D6D6. Windows color (decimal): -3280796 or 6615245. OLE color: 6615245.

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

Color convert

RGB 205 240 100 -
CMYK 0.15 0 0.58 0.06
HSL 75º 0.82% 0.67% -
HSV(B) 75º 0.58% 0.94% -
XYZ 58.64 76.22 23.68 -
YUV 213.58 63.9 121.88 -
System Red Green Blue C M Y K H S L
Decimal 205 240 100 0.15 0 0.58 0.06 75 0.82 0.67
Hex CD F0 64 F 0 3A 6 4B 52 43
Octal 315 360 144 17 0 72 6 113 122 103
Binary 11001101 11110000 1100100 1111 0 111010 110 1001011 1010010 1000011

Color Harmonies of #CDF064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF064

Black with #CDF064

Text Example


Text Example

White with #CDF064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF064; }

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

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

background-color css

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

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

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

border-color css

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

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

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