Html Css Color HEX #DBF961 Mindaro

📋 copy color: '#DBF961'

red 219 ◦ green 249 ◦ blue 97

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

Shades of Mindaro #DBF961

Tints of Mindaro #DBF961

RGB

 RED value IS 219 (85.94% from 255) = 38.76%

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

 BLUE value IS 97 (38.28% from 255) = 17.17%

R = 38.76%
G = 44.07%
B = 17.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#DBF961 (or 0xDBF961) is known color: Mindaro. HEX triplet: DB, F9 and 61. RGB value is (219,249,97). Sum of RGB (Red+Green+Blue) = 219+249+97=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 97 (38.28% from 255 or 17.17% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF961 is #24069E. Grayscale: #DFDFDF. Windows color (decimal): -2360991 or 6420955. OLE color: 6420955.

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

Color convert

RGB 219 249 97 -
CMYK 0.12 0 0.61 0.02
HSL 71.84º 0.93% 0.68% -
HSV(B) 71.84º 0.61% 0.98% -
XYZ 65.25 83.67 24.02 -
YUV 222.7 57.06 125.36 -
System Red Green Blue C M Y K H S L
Decimal 219 249 97 0.12 0 0.61 0.02 71.84 0.93 0.68
Hex DB F9 61 C 0 3D 2 48 5D 44
Octal 333 371 141 14 0 75 2 110 135 104
Binary 11011011 11111001 1100001 1100 0 111101 10 1001000 1011101 1000100

Color Harmonies of #DBF961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF961

Black with #DBF961

Text Example


Text Example

White with #DBF961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF961; }

 p { color: rgb(219,249,97); }

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

background-color css

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

 a { background-color: rgb(219,249,97); }

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

border-color css

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

 span { border-color: rgb(219,249,97); }

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