Html Css Color HEX #CDF065 Mindaro

📋 copy color: '#CDF065'

red 205 ◦ green 240 ◦ blue 101

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

Shades of Mindaro #CDF065

Tints of Mindaro #CDF065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.5%

R = 37.55%
G = 43.96%
B = 18.5%

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

#CDF065 (or 0xCDF065) is known color: Mindaro. HEX triplet: CD, F0 and 65. RGB value is (205,240,101). Sum of RGB (Red+Green+Blue) = 205+240+101=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF065 is #320F9A. Grayscale: #D6D6D6. Windows color (decimal): -3280795 or 6680781. OLE color: 6680781.

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

Color convert

RGB 205 240 101 -
CMYK 0.15 0 0.58 0.06
HSL 75.11º 0.82% 0.67% -
HSV(B) 75.11º 0.58% 0.94% -
XYZ 58.69 76.24 23.93 -
YUV 213.69 64.4 121.8 -
System Red Green Blue C M Y K H S L
Decimal 205 240 101 0.15 0 0.58 0.06 75.11 0.82 0.67
Hex CD F0 65 F 0 3A 6 4B 52 43
Octal 315 360 145 17 0 72 6 113 122 103
Binary 11001101 11110000 1100101 1111 0 111010 110 1001011 1010010 1000011

Color Harmonies of #CDF065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF065

Black with #CDF065

Text Example


Text Example

White with #CDF065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF065; }

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

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

background-color css

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

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

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

border-color css

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

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

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