Html Css Color HEX #D8E968 Mindaro

📋 copy color: '#D8E968'

red 216 ◦ green 233 ◦ blue 104

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

Shades of Mindaro #D8E968

Tints of Mindaro #D8E968

RGB

 RED value IS 216 (84.77% from 255) = 39.06%

 GREEN value IS 233 (91.41% from 255) = 42.13%

 BLUE value IS 104 (41.02% from 255) = 18.81%

R = 39.06%
G = 42.13%
B = 18.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#D8E968 (or 0xD8E968) is known color: Mindaro. HEX triplet: D8, E9 and 68. RGB value is (216,233,104). Sum of RGB (Red+Green+Blue) = 216+233+104=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #D8E968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8E968 is #271697. Grayscale: #D5D5D5. Windows color (decimal): -2561688 or 6875608. OLE color: 6875608.

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

Color convert

RGB 216 233 104 -
CMYK 0.07 0 0.55 0.09
HSL 67.91º 0.75% 0.66% -
HSV(B) 67.91º 0.55% 0.91% -
XYZ 59.96 73.88 24.2 -
YUV 213.21 66.37 129.99 -
System Red Green Blue C M Y K H S L
Decimal 216 233 104 0.07 0 0.55 0.09 67.91 0.75 0.66
Hex D8 E9 68 7 0 37 9 44 4B 42
Octal 330 351 150 7 0 67 11 104 113 102
Binary 11011000 11101001 1101000 111 0 110111 1001 1000100 1001011 1000010

Color Harmonies of #D8E968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E968

Black with #D8E968

Text Example


Text Example

White with #D8E968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E968; }

 p { color: rgb(216,233,104); }

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

background-color css

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

 a { background-color: rgb(216,233,104); }

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

border-color css

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

 span { border-color: rgb(216,233,104); }

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