Html Css Color HEX #D3ED68 Mindaro

📋 copy color: '#D3ED68'

red 211 ◦ green 237 ◦ blue 104

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

Shades of Mindaro #D3ED68

Tints of Mindaro #D3ED68

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.93%

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

R = 38.22%
G = 42.93%
B = 18.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#D3ED68 (or 0xD3ED68) is known color: Mindaro. HEX triplet: D3, ED and 68. RGB value is (211,237,104). Sum of RGB (Red+Green+Blue) = 211+237+104=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 104 (41.02% from 255 or 18.84% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #D3ED68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3ED68 is #2C1297. Grayscale: #D6D6D6. Windows color (decimal): -2888344 or 6876627. OLE color: 6876627.

HSL color Cylindrical-coordinate representation of color #D3ED68: hue angle of 71.73º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3ED68 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 237 104 -
CMYK 0.11 0 0.56 0.07
HSL 71.73º 0.79% 0.67% -
HSV(B) 71.73º 0.56% 0.93% -
XYZ 59.65 75.42 24.51 -
YUV 214.06 65.89 125.81 -
System Red Green Blue C M Y K H S L
Decimal 211 237 104 0.11 0 0.56 0.07 71.73 0.79 0.67
Hex D3 ED 68 B 0 38 7 48 4F 43
Octal 323 355 150 13 0 70 7 110 117 103
Binary 11010011 11101101 1101000 1011 0 111000 111 1001000 1001111 1000011

Color Harmonies of #D3ED68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ED68

Black with #D3ED68

Text Example


Text Example

White with #D3ED68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ED68; }

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

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

background-color css

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

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

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

border-color css

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

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

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