Html Css Color HEX #D3E968 Mindaro

📋 copy color: '#D3E968'

red 211 ◦ green 233 ◦ blue 104

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

Shades of Mindaro #D3E968

Tints of Mindaro #D3E968

RGB

 RED value IS 211 (82.81% from 255) = 38.5%

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

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

R = 38.5%
G = 42.52%
B = 18.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#D3E968 (or 0xD3E968) is known color: Mindaro. HEX triplet: D3, E9 and 68. RGB value is (211,233,104). Sum of RGB (Red+Green+Blue) = 211+233+104=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #D3E968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3E968 is #2C1697. Grayscale: #D4D4D4. Windows color (decimal): -2889368 or 6875603. OLE color: 6875603.

HSL color Cylindrical-coordinate representation of color #D3E968: hue angle of 70.23º 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 #D3E968 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 211 233 104 -
CMYK 0.09 0 0.55 0.09
HSL 70.23º 0.75% 0.66% -
HSV(B) 70.23º 0.55% 0.91% -
XYZ 58.5 73.13 24.13 -
YUV 211.72 67.21 127.49 -
System Red Green Blue C M Y K H S L
Decimal 211 233 104 0.09 0 0.55 0.09 70.23 0.75 0.66
Hex D3 E9 68 9 0 37 9 46 4B 42
Octal 323 351 150 11 0 67 11 106 113 102
Binary 11010011 11101001 1101000 1001 0 110111 1001 1000110 1001011 1000010

Color Harmonies of #D3E968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E968

Black with #D3E968

Text Example


Text Example

White with #D3E968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E968; }

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

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

background-color css

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

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

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

border-color css

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

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

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