Html Css Color HEX #D6F26D Mindaro

📋 copy color: '#D6F26D'

red 214 ◦ green 242 ◦ blue 109

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

Shades of Mindaro #D6F26D

Tints of Mindaro #D6F26D

RGB

 RED value IS 214 (83.98% from 255) = 37.88%

 GREEN value IS 242 (94.92% from 255) = 42.83%

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

R = 37.88%
G = 42.83%
B = 19.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#D6F26D (or 0xD6F26D) is known color: Mindaro. HEX triplet: D6, F2 and 6D. RGB value is (214,242,109). Sum of RGB (Red+Green+Blue) = 214+242+109=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F26D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F26D is #290D92. Grayscale: #DADADA. Windows color (decimal): -2690451 or 7205590. OLE color: 7205590.

HSL color Cylindrical-coordinate representation of color #D6F26D: hue angle of 72.63º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6F26D is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 109 -
CMYK 0.12 0 0.55 0.05
HSL 72.63º 0.84% 0.69% -
HSV(B) 72.63º 0.55% 0.95% -
XYZ 62.24 78.9 26.42 -
YUV 218.47 66.22 124.81 -
System Red Green Blue C M Y K H S L
Decimal 214 242 109 0.12 0 0.55 0.05 72.63 0.84 0.69
Hex D6 F2 6D C 0 37 5 49 54 45
Octal 326 362 155 14 0 67 5 111 124 105
Binary 11010110 11110010 1101101 1100 0 110111 101 1001001 1010100 1000101

Color Harmonies of #D6F26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F26D

Black with #D6F26D

Text Example


Text Example

White with #D6F26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F26D; }

 p { color: rgb(214,242,109); }

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

background-color css

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

 a { background-color: rgb(214,242,109); }

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

border-color css

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

 span { border-color: rgb(214,242,109); }

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