Html Css Color HEX #D7F966 Mindaro

📋 copy color: '#D7F966'

red 215 ◦ green 249 ◦ blue 102

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

Shades of Mindaro #D7F966

Tints of Mindaro #D7F966

RGB

 RED value IS 215 (84.38% from 255) = 37.99%

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

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

R = 37.99%
G = 43.99%
B = 18.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#D7F966 (or 0xD7F966) is known color: Mindaro. HEX triplet: D7, F9 and 66. RGB value is (215,249,102). Sum of RGB (Red+Green+Blue) = 215+249+102=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 102 (40.23% from 255 or 18.02% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #D7F966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F966 is #280699. Grayscale: #DEDEDE. Windows color (decimal): -2623130 or 6748631. OLE color: 6748631.

HSL color Cylindrical-coordinate representation of color #D7F966: hue angle of 73.88º 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 #D7F966 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 249 102 -
CMYK 0.14 0 0.59 0.02
HSL 73.88º 0.92% 0.69% -
HSV(B) 73.88º 0.59% 0.98% -
XYZ 64.3 83.16 25.23 -
YUV 222.08 60.24 122.95 -
System Red Green Blue C M Y K H S L
Decimal 215 249 102 0.14 0 0.59 0.02 73.88 0.92 0.69
Hex D7 F9 66 E 0 3B 2 4A 5C 45
Octal 327 371 146 16 0 73 2 112 134 105
Binary 11010111 11111001 1100110 1110 0 111011 10 1001010 1011100 1000101

Color Harmonies of #D7F966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7F966

Black with #D7F966

Text Example


Text Example

White with #D7F966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7F966; }

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

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

background-color css

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

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

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

border-color css

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

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

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