Html Css Color HEX #D6EE5A Mindaro

📋 copy color: '#D6EE5A'

red 214 ◦ green 238 ◦ blue 90

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

Shades of Mindaro #D6EE5A

Tints of Mindaro #D6EE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.61%

R = 39.48%
G = 43.91%
B = 16.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#D6EE5A (or 0xD6EE5A) is known color: Mindaro. HEX triplet: D6, EE and 5A. RGB value is (214,238,90). Sum of RGB (Red+Green+Blue) = 214+238+90=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EE5A is #2911A5. Grayscale: #D6D6D6. Windows color (decimal): -2691494 or 5959382. OLE color: 5959382.

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

Color convert

RGB 214 238 90 -
CMYK 0.10 0 0.62 0.07
HSL 69.73º 0.81% 0.64% -
HSV(B) 69.73º 0.62% 0.93% -
XYZ 60.15 76.18 21.21 -
YUV 213.95 58.05 128.03 -
System Red Green Blue C M Y K H S L
Decimal 214 238 90 0.10 0 0.62 0.07 69.73 0.81 0.64
Hex D6 EE 5A A 0 3E 7 46 51 40
Octal 326 356 132 12 0 76 7 106 121 100
Binary 11010110 11101110 1011010 1010 0 111110 111 1000110 1010001 1000000

Color Harmonies of #D6EE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EE5A

Black with #D6EE5A

Text Example


Text Example

White with #D6EE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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