Html Css Color HEX #D6F277 Mindaro

📋 copy color: '#D6F277'

red 214 ◦ green 242 ◦ blue 119

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

Shades of Mindaro #D6F277

Tints of Mindaro #D6F277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.7%

R = 37.22%
G = 42.09%
B = 20.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#D6F277 (or 0xD6F277) is known color: Mindaro. HEX triplet: D6, F2 and 77. RGB value is (214,242,119). Sum of RGB (Red+Green+Blue) = 214+242+119=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 119 (46.88% from 255 or 20.70% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F277 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F277 is #290D88. Grayscale: #DCDCDC. Windows color (decimal): -2690441 or 7860950. OLE color: 7860950.

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

Color convert

RGB 214 242 119 -
CMYK 0.12 0 0.51 0.05
HSL 73.66º 0.83% 0.71% -
HSV(B) 73.66º 0.51% 0.95% -
XYZ 62.81 79.13 29.42 -
YUV 219.61 71.22 124 -
System Red Green Blue C M Y K H S L
Decimal 214 242 119 0.12 0 0.51 0.05 73.66 0.83 0.71
Hex D6 F2 77 C 0 33 5 4A 53 47
Octal 326 362 167 14 0 63 5 112 123 107
Binary 11010110 11110010 1110111 1100 0 110011 101 1001010 1010011 1000111

Color Harmonies of #D6F277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F277

Black with #D6F277

Text Example


Text Example

White with #D6F277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F277; }

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

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

background-color css

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

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

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

border-color css

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

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

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