Html Css Color HEX #D6F27D Mindaro

📋 copy color: '#D6F27D'

red 214 ◦ green 242 ◦ blue 125

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

Shades of Mindaro #D6F27D

Tints of Mindaro #D6F27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.51%

R = 36.83%
G = 41.65%
B = 21.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#D6F27D (or 0xD6F27D) is known color: Mindaro. HEX triplet: D6, F2 and 7D. RGB value is (214,242,125). Sum of RGB (Red+Green+Blue) = 214+242+125=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F27D is #290D82. Grayscale: #DCDCDC. Windows color (decimal): -2690435 or 8254166. OLE color: 8254166.

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

Color convert

RGB 214 242 125 -
CMYK 0.12 0 0.48 0.05
HSL 74.36º 0.82% 0.72% -
HSV(B) 74.36º 0.48% 0.95% -
XYZ 63.19 79.28 31.37 -
YUV 220.29 74.22 123.51 -
System Red Green Blue C M Y K H S L
Decimal 214 242 125 0.12 0 0.48 0.05 74.36 0.82 0.72
Hex D6 F2 7D C 0 30 5 4A 52 48
Octal 326 362 175 14 0 60 5 112 122 110
Binary 11010110 11110010 1111101 1100 0 110000 101 1001010 1010010 1001000

Color Harmonies of #D6F27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F27D

Black with #D6F27D

Text Example


Text Example

White with #D6F27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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