Html Css Color HEX #D6E35F Mindaro

📋 copy color: '#D6E35F'

red 214 ◦ green 227 ◦ blue 95

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

Shades of Mindaro #D6E35F

Tints of Mindaro #D6E35F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.35%

 BLUE value IS 95 (37.5% from 255) = 17.72%

R = 39.93%
G = 42.35%
B = 17.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#D6E35F (or 0xD6E35F) is known color: Mindaro. HEX triplet: D6, E3 and 5F. RGB value is (214,227,95). Sum of RGB (Red+Green+Blue) = 214+227+95=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 95 (37.5% from 255 or 17.72% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E35F is #291CA0. Grayscale: #D0D0D0. Windows color (decimal): -2694305 or 6284246. OLE color: 6284246.

HSL color Cylindrical-coordinate representation of color #D6E35F: hue angle of 65.91º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6E35F is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 227 95 -
CMYK 0.06 0 0.58 0.11
HSL 65.91º 0.7% 0.63% -
HSV(B) 65.91º 0.58% 0.89% -
XYZ 57.27 70.06 21.33 -
YUV 208.07 64.19 132.23 -
System Red Green Blue C M Y K H S L
Decimal 214 227 95 0.06 0 0.58 0.11 65.91 0.7 0.63
Hex D6 E3 5F 6 0 3A B 42 46 3F
Octal 326 343 137 6 0 72 13 102 106 77
Binary 11010110 11100011 1011111 110 0 111010 1011 1000010 1000110 111111

Color Harmonies of #D6E35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E35F

Black with #D6E35F

Text Example


Text Example

White with #D6E35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E35F; }

 p { color: rgb(214,227,95); }

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

background-color css

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

 a { background-color: rgb(214,227,95); }

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

border-color css

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

 span { border-color: rgb(214,227,95); }

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