Html Css Color HEX #D6E75F Mindaro

📋 copy color: '#D6E75F'

red 214 ◦ green 231 ◦ blue 95

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

Shades of Mindaro #D6E75F

Tints of Mindaro #D6E75F

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.78%

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

R = 39.63%
G = 42.78%
B = 17.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#D6E75F (or 0xD6E75F) is known color: Mindaro. HEX triplet: D6, E7 and 5F. RGB value is (214,231,95). Sum of RGB (Red+Green+Blue) = 214+231+95=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 231 (90.62% from 255 or 42.78% from 540); Blue value is 95 (37.5% from 255 or 17.59% from 540); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E75F is #2918A0. Grayscale: #D2D2D2. Windows color (decimal): -2693281 or 6285270. OLE color: 6285270.

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

Color convert

RGB 214 231 95 -
CMYK 0.07 0 0.59 0.09
HSL 67.5º 0.74% 0.64% -
HSV(B) 67.5º 0.59% 0.91% -
XYZ 58.37 72.27 21.7 -
YUV 210.41 62.87 130.56 -
System Red Green Blue C M Y K H S L
Decimal 214 231 95 0.07 0 0.59 0.09 67.5 0.74 0.64
Hex D6 E7 5F 7 0 3B 9 44 4A 40
Octal 326 347 137 7 0 73 11 104 112 100
Binary 11010110 11100111 1011111 111 0 111011 1001 1000100 1001010 1000000

Color Harmonies of #D6E75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E75F

Black with #D6E75F

Text Example


Text Example

White with #D6E75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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