Html Css Color HEX #D3E268 Mindaro

📋 copy color: '#D3E268'

red 211 ◦ green 226 ◦ blue 104

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

Shades of Mindaro #D3E268

Tints of Mindaro #D3E268

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.77%

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

R = 39%
G = 41.77%
B = 19.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#D3E268 (or 0xD3E268) is known color: Mindaro. HEX triplet: D3, E2 and 68. RGB value is (211,226,104). Sum of RGB (Red+Green+Blue) = 211+226+104=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E268 is #2C1D97. Grayscale: #D0D0D0. Windows color (decimal): -2891160 or 6873811. OLE color: 6873811.

HSL color Cylindrical-coordinate representation of color #D3E268: hue angle of 67.38º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D3E268 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 211 226 104 -
CMYK 0.07 0 0.54 0.11
HSL 67.38º 0.68% 0.65% -
HSV(B) 67.38º 0.54% 0.89% -
XYZ 56.56 69.24 23.48 -
YUV 207.61 69.53 130.42 -
System Red Green Blue C M Y K H S L
Decimal 211 226 104 0.07 0 0.54 0.11 67.38 0.68 0.65
Hex D3 E2 68 7 0 36 B 43 44 41
Octal 323 342 150 7 0 66 13 103 104 101
Binary 11010011 11100010 1101000 111 0 110110 1011 1000011 1000100 1000001

Color Harmonies of #D3E268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E268

Black with #D3E268

Text Example


Text Example

White with #D3E268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E268; }

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

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

background-color css

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

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

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

border-color css

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

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

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