Html Css Color HEX #D3F068 Mindaro

📋 copy color: '#D3F068'

red 211 ◦ green 240 ◦ blue 104

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

Shades of Mindaro #D3F068

Tints of Mindaro #D3F068

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.24%

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

R = 38.02%
G = 43.24%
B = 18.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#D3F068 (or 0xD3F068) is known color: Mindaro. HEX triplet: D3, F0 and 68. RGB value is (211,240,104). Sum of RGB (Red+Green+Blue) = 211+240+104=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F068 is #2C0F97. Grayscale: #D8D8D8. Windows color (decimal): -2887576 or 6877395. OLE color: 6877395.

HSL color Cylindrical-coordinate representation of color #D3F068: hue angle of 72.79º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3F068 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 240 104 -
CMYK 0.12 0 0.57 0.06
HSL 72.79º 0.82% 0.67% -
HSV(B) 72.79º 0.57% 0.94% -
XYZ 60.52 77.17 24.8 -
YUV 215.83 64.89 124.56 -
System Red Green Blue C M Y K H S L
Decimal 211 240 104 0.12 0 0.57 0.06 72.79 0.82 0.67
Hex D3 F0 68 C 0 39 6 49 52 43
Octal 323 360 150 14 0 71 6 111 122 103
Binary 11010011 11110000 1101000 1100 0 111001 110 1001001 1010010 1000011

Color Harmonies of #D3F068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F068

Black with #D3F068

Text Example


Text Example

White with #D3F068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F068; }

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

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

background-color css

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

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

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

border-color css

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

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

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