Html Css Color HEX #CDF06D Mindaro

📋 copy color: '#CDF06D'

red 205 ◦ green 240 ◦ blue 109

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

Shades of Mindaro #CDF06D

Tints of Mindaro #CDF06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.68%

R = 37%
G = 43.32%
B = 19.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#CDF06D (or 0xCDF06D) is known color: Mindaro. HEX triplet: CD, F0 and 6D. RGB value is (205,240,109). Sum of RGB (Red+Green+Blue) = 205+240+109=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 109 (42.97% from 255 or 19.68% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF06D is #320F92. Grayscale: #D7D7D7. Windows color (decimal): -3280787 or 7205069. OLE color: 7205069.

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

Color convert

RGB 205 240 109 -
CMYK 0.15 0 0.55 0.06
HSL 76.03º 0.81% 0.68% -
HSV(B) 76.03º 0.55% 0.94% -
XYZ 59.1 76.4 26.1 -
YUV 214.6 68.4 121.15 -
System Red Green Blue C M Y K H S L
Decimal 205 240 109 0.15 0 0.55 0.06 76.03 0.81 0.68
Hex CD F0 6D F 0 37 6 4C 51 44
Octal 315 360 155 17 0 67 6 114 121 104
Binary 11001101 11110000 1101101 1111 0 110111 110 1001100 1010001 1000100

Color Harmonies of #CDF06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF06D

Black with #CDF06D

Text Example


Text Example

White with #CDF06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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