Html Css Color HEX #D9F968 Mindaro

📋 copy color: '#D9F968'

red 217 ◦ green 249 ◦ blue 104

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

Shades of Mindaro #D9F968

Tints of Mindaro #D9F968

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.68%

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

R = 38.07%
G = 43.68%
B = 18.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#D9F968 (or 0xD9F968) is known color: Mindaro. HEX triplet: D9, F9 and 68. RGB value is (217,249,104). Sum of RGB (Red+Green+Blue) = 217+249+104=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 104 (41.02% from 255 or 18.25% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #D9F968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F968 is #260697. Grayscale: #DFDFDF. Windows color (decimal): -2492056 or 6879705. OLE color: 6879705.

HSL color Cylindrical-coordinate representation of color #D9F968: hue angle of 73.24º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9F968 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 249 104 -
CMYK 0.13 0 0.58 0.02
HSL 73.24º 0.92% 0.69% -
HSV(B) 73.24º 0.58% 0.98% -
XYZ 64.99 83.5 25.79 -
YUV 222.9 60.9 123.79 -
System Red Green Blue C M Y K H S L
Decimal 217 249 104 0.13 0 0.58 0.02 73.24 0.92 0.69
Hex D9 F9 68 D 0 3A 2 49 5C 45
Octal 331 371 150 15 0 72 2 111 134 105
Binary 11011001 11111001 1101000 1101 0 111010 10 1001001 1011100 1000101

Color Harmonies of #D9F968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F968

Black with #D9F968

Text Example


Text Example

White with #D9F968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F968; }

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

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

background-color css

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

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

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

border-color css

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

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

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