Html Css Color HEX #D0F967 Mindaro

📋 copy color: '#D0F967'

red 208 ◦ green 249 ◦ blue 103

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

Shades of Mindaro #D0F967

Tints of Mindaro #D0F967

RGB

 RED value IS 208 (81.64% from 255) = 37.14%

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

 BLUE value IS 103 (40.63% from 255) = 18.39%

R = 37.14%
G = 44.46%
B = 18.39%

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

#D0F967 (or 0xD0F967) is known color: Mindaro. HEX triplet: D0, F9 and 67. RGB value is (208,249,103). Sum of RGB (Red+Green+Blue) = 208+249+103=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 103 (40.62% from 255 or 18.39% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F967 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F967 is #2F0698. Grayscale: #DCDCDC. Windows color (decimal): -3081881 or 6814160. OLE color: 6814160.

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

Color convert

RGB 208 249 103 -
CMYK 0.16 0 0.59 0.02
HSL 76.85º 0.92% 0.69% -
HSV(B) 76.85º 0.59% 0.98% -
XYZ 62.34 82.14 25.4 -
YUV 220.1 61.92 119.37 -
System Red Green Blue C M Y K H S L
Decimal 208 249 103 0.16 0 0.59 0.02 76.85 0.92 0.69
Hex D0 F9 67 10 0 3B 2 4D 5C 45
Octal 320 371 147 20 0 73 2 115 134 105
Binary 11010000 11111001 1100111 10000 0 111011 10 1001101 1011100 1000101

Color Harmonies of #D0F967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F967

Black with #D0F967

Text Example


Text Example

White with #D0F967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F967; }

 p { color: rgb(208,249,103); }

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

background-color css

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

 a { background-color: rgb(208,249,103); }

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

border-color css

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

 span { border-color: rgb(208,249,103); }

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