Html Css Color HEX #D6EF62 Mindaro

📋 copy color: '#D6EF62'

red 214 ◦ green 239 ◦ blue 98

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

Shades of Mindaro #D6EF62

Tints of Mindaro #D6EF62

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.38%

 BLUE value IS 98 (38.67% from 255) = 17.79%

R = 38.84%
G = 43.38%
B = 17.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#D6EF62 (or 0xD6EF62) is known color: Mindaro. HEX triplet: D6, EF and 62. RGB value is (214,239,98). Sum of RGB (Red+Green+Blue) = 214+239+98=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 98 (38.67% from 255 or 17.79% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EF62 is #29109D. Grayscale: #D7D7D7. Windows color (decimal): -2691230 or 6483926. OLE color: 6483926.

HSL color Cylindrical-coordinate representation of color #D6EF62: hue angle of 70.64º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6EF62 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 239 98 -
CMYK 0.10 0 0.59 0.06
HSL 70.64º 0.82% 0.66% -
HSV(B) 70.64º 0.59% 0.94% -
XYZ 60.8 76.91 23.2 -
YUV 215.45 61.72 126.96 -
System Red Green Blue C M Y K H S L
Decimal 214 239 98 0.10 0 0.59 0.06 70.64 0.82 0.66
Hex D6 EF 62 A 0 3B 6 47 52 42
Octal 326 357 142 12 0 73 6 107 122 102
Binary 11010110 11101111 1100010 1010 0 111011 110 1000111 1010010 1000010

Color Harmonies of #D6EF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EF62

Black with #D6EF62

Text Example


Text Example

White with #D6EF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EF62; }

 p { color: rgb(214,239,98); }

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

background-color css

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

 a { background-color: rgb(214,239,98); }

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

border-color css

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

 span { border-color: rgb(214,239,98); }

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