Html Css Color HEX #DBF761 Mindaro

📋 copy color: '#DBF761'

red 219 ◦ green 247 ◦ blue 97

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

Shades of Mindaro #DBF761

Tints of Mindaro #DBF761

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.87%

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

R = 38.9%
G = 43.87%
B = 17.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#DBF761 (or 0xDBF761) is known color: Mindaro. HEX triplet: DB, F7 and 61. RGB value is (219,247,97). Sum of RGB (Red+Green+Blue) = 219+247+97=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 247 (96.88% from 255 or 43.87% from 563); Blue value is 97 (38.28% from 255 or 17.23% from 563); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF761 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF761 is #24089E. Grayscale: #DEDEDE. Windows color (decimal): -2361503 or 6420443. OLE color: 6420443.

HSL color Cylindrical-coordinate representation of color #DBF761: hue angle of 71.2º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBF761 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 247 97 -
CMYK 0.11 0 0.61 0.03
HSL 71.2º 0.9% 0.67% -
HSV(B) 71.2º 0.61% 0.97% -
XYZ 64.63 82.44 23.82 -
YUV 221.53 57.72 126.2 -
System Red Green Blue C M Y K H S L
Decimal 219 247 97 0.11 0 0.61 0.03 71.2 0.9 0.67
Hex DB F7 61 B 0 3D 3 47 5A 43
Octal 333 367 141 13 0 75 3 107 132 103
Binary 11011011 11110111 1100001 1011 0 111101 11 1000111 1011010 1000011

Color Harmonies of #DBF761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF761

Black with #DBF761

Text Example


Text Example

White with #DBF761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF761; }

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

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

background-color css

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

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

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

border-color css

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

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

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