Html Css Color HEX #D9F068 Mindaro

📋 copy color: '#D9F068'

red 217 ◦ green 240 ◦ blue 104

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

Shades of Mindaro #D9F068

Tints of Mindaro #D9F068

RGB

 RED value IS 217 (85.16% from 255) = 38.68%

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

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

R = 38.68%
G = 42.78%
B = 18.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#D9F068 (or 0xD9F068) is known color: Mindaro. HEX triplet: D9, F0 and 68. RGB value is (217,240,104). Sum of RGB (Red+Green+Blue) = 217+240+104=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 104 (41.02% from 255 or 18.54% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F068 is #260F97. Grayscale: #DADADA. Windows color (decimal): -2494360 or 6877401. OLE color: 6877401.

HSL color Cylindrical-coordinate representation of color #D9F068: hue angle of 70.15º 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 #D9F068 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 240 104 -
CMYK 0.10 0 0.57 0.06
HSL 70.15º 0.82% 0.67% -
HSV(B) 70.15º 0.57% 0.94% -
XYZ 62.27 78.07 24.88 -
YUV 217.62 63.88 127.56 -
System Red Green Blue C M Y K H S L
Decimal 217 240 104 0.10 0 0.57 0.06 70.15 0.82 0.67
Hex D9 F0 68 A 0 39 6 46 52 43
Octal 331 360 150 12 0 71 6 106 122 103
Binary 11011001 11110000 1101000 1010 0 111001 110 1000110 1010010 1000011

Color Harmonies of #D9F068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F068

Black with #D9F068

Text Example


Text Example

White with #D9F068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F068; }

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

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

background-color css

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

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

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

border-color css

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

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

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