Html Css Color HEX #D2F966 Mindaro

📋 copy color: '#D2F966'

red 210 ◦ green 249 ◦ blue 102

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

Shades of Mindaro #D2F966

Tints of Mindaro #D2F966

RGB

 RED value IS 210 (82.42% from 255) = 37.43%

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

 BLUE value IS 102 (40.23% from 255) = 18.18%

R = 37.43%
G = 44.39%
B = 18.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#D2F966 (or 0xD2F966) is known color: Mindaro. HEX triplet: D2, F9 and 66. RGB value is (210,249,102). Sum of RGB (Red+Green+Blue) = 210+249+102=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 102 (40.23% from 255 or 18.18% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F966 is #2D0699. Grayscale: #DDDDDD. Windows color (decimal): -2950810 or 6748626. OLE color: 6748626.

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

Color convert

RGB 210 249 102 -
CMYK 0.16 0 0.59 0.02
HSL 75.92º 0.92% 0.69% -
HSV(B) 75.92º 0.59% 0.98% -
XYZ 62.85 82.41 25.16 -
YUV 220.58 61.08 120.45 -
System Red Green Blue C M Y K H S L
Decimal 210 249 102 0.16 0 0.59 0.02 75.92 0.92 0.69
Hex D2 F9 66 10 0 3B 2 4C 5C 45
Octal 322 371 146 20 0 73 2 114 134 105
Binary 11010010 11111001 1100110 10000 0 111011 10 1001100 1011100 1000101

Color Harmonies of #D2F966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F966

Black with #D2F966

Text Example


Text Example

White with #D2F966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F966; }

 p { color: rgb(210,249,102); }

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

background-color css

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

 a { background-color: rgb(210,249,102); }

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

border-color css

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

 span { border-color: rgb(210,249,102); }

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