Html Css Color HEX #D6F962 Mindaro

📋 copy color: '#D6F962'

red 214 ◦ green 249 ◦ blue 98

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

Shades of Mindaro #D6F962

Tints of Mindaro #D6F962

RGB

 RED value IS 214 (83.98% from 255) = 38.15%

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

 BLUE value IS 98 (38.67% from 255) = 17.47%

R = 38.15%
G = 44.39%
B = 17.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#D6F962 (or 0xD6F962) is known color: Mindaro. HEX triplet: D6, F9 and 62. RGB value is (214,249,98). Sum of RGB (Red+Green+Blue) = 214+249+98=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 98 (38.67% from 255 or 17.47% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F962 is #29069D. Grayscale: #DDDDDD. Windows color (decimal): -2688670 or 6486486. OLE color: 6486486.

HSL color Cylindrical-coordinate representation of color #D6F962: hue angle of 73.91º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6F962 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 249 98 -
CMYK 0.14 0 0.61 0.02
HSL 73.91º 0.93% 0.68% -
HSV(B) 73.91º 0.61% 0.98% -
XYZ 63.81 82.93 24.2 -
YUV 221.32 58.4 122.78 -
System Red Green Blue C M Y K H S L
Decimal 214 249 98 0.14 0 0.61 0.02 73.91 0.93 0.68
Hex D6 F9 62 E 0 3D 2 4A 5D 44
Octal 326 371 142 16 0 75 2 112 135 104
Binary 11010110 11111001 1100010 1110 0 111101 10 1001010 1011101 1000100

Color Harmonies of #D6F962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F962

Black with #D6F962

Text Example


Text Example

White with #D6F962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F962; }

 p { color: rgb(214,249,98); }

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

background-color css

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

 a { background-color: rgb(214,249,98); }

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

border-color css

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

 span { border-color: rgb(214,249,98); }

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