Html Css Color HEX #D6EE6B Mindaro

📋 copy color: '#D6EE6B'

red 214 ◦ green 238 ◦ blue 107

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

Shades of Mindaro #D6EE6B

Tints of Mindaro #D6EE6B

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.58%

 BLUE value IS 107 (42.19% from 255) = 19.14%

R = 38.28%
G = 42.58%
B = 19.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#D6EE6B (or 0xD6EE6B) is known color: Mindaro. HEX triplet: D6, EE and 6B. RGB value is (214,238,107). Sum of RGB (Red+Green+Blue) = 214+238+107=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 107 (42.19% from 255 or 19.14% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EE6B is #291194. Grayscale: #D8D8D8. Windows color (decimal): -2691477 or 7073494. OLE color: 7073494.

HSL color Cylindrical-coordinate representation of color #D6EE6B: hue angle of 70.99º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6EE6B is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 238 107 -
CMYK 0.10 0 0.55 0.07
HSL 70.99º 0.79% 0.68% -
HSV(B) 70.99º 0.55% 0.93% -
XYZ 60.96 76.51 25.46 -
YUV 215.89 66.55 126.65 -
System Red Green Blue C M Y K H S L
Decimal 214 238 107 0.10 0 0.55 0.07 70.99 0.79 0.68
Hex D6 EE 6B A 0 37 7 47 4F 44
Octal 326 356 153 12 0 67 7 107 117 104
Binary 11010110 11101110 1101011 1010 0 110111 111 1000111 1001111 1000100

Color Harmonies of #D6EE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EE6B

Black with #D6EE6B

Text Example


Text Example

White with #D6EE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EE6B; }

 p { color: rgb(214,238,107); }

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

background-color css

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

 a { background-color: rgb(214,238,107); }

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

border-color css

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

 span { border-color: rgb(214,238,107); }

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