Html Css Color HEX #D6E65E Mindaro

📋 copy color: '#D6E65E'

red 214 ◦ green 230 ◦ blue 94

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

Shades of Mindaro #D6E65E

Tints of Mindaro #D6E65E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.75%

 BLUE value IS 94 (37.11% from 255) = 17.47%

R = 39.78%
G = 42.75%
B = 17.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#D6E65E (or 0xD6E65E) is known color: Mindaro. HEX triplet: D6, E6 and 5E. RGB value is (214,230,94). Sum of RGB (Red+Green+Blue) = 214+230+94=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E65E is #2919A1. Grayscale: #D2D2D2. Windows color (decimal): -2693538 or 6219478. OLE color: 6219478.

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

Color convert

RGB 214 230 94 -
CMYK 0.07 0 0.59 0.10
HSL 67.06º 0.73% 0.64% -
HSV(B) 67.06º 0.59% 0.9% -
XYZ 58.05 71.7 21.37 -
YUV 209.71 62.7 131.06 -
System Red Green Blue C M Y K H S L
Decimal 214 230 94 0.07 0 0.59 0.10 67.06 0.73 0.64
Hex D6 E6 5E 7 0 3B A 43 49 40
Octal 326 346 136 7 0 73 12 103 111 100
Binary 11010110 11100110 1011110 111 0 111011 1010 1000011 1001001 1000000

Color Harmonies of #D6E65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E65E

Black with #D6E65E

Text Example


Text Example

White with #D6E65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E65E; }

 p { color: rgb(214,230,94); }

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

background-color css

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

 a { background-color: rgb(214,230,94); }

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

border-color css

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

 span { border-color: rgb(214,230,94); }

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