Html Css Color HEX #DBF967 Mindaro

📋 copy color: '#DBF967'

red 219 ◦ green 249 ◦ blue 103

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

Shades of Mindaro #DBF967

Tints of Mindaro #DBF967

RGB

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

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

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

R = 38.35%
G = 43.61%
B = 18.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#DBF967 (or 0xDBF967) is known color: Mindaro. HEX triplet: DB, F9 and 67. RGB value is (219,249,103). Sum of RGB (Red+Green+Blue) = 219+249+103=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 103 (40.62% from 255 or 18.04% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF967 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF967 is #240698. Grayscale: #DFDFDF. Windows color (decimal): -2360985 or 6814171. OLE color: 6814171.

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

Color convert

RGB 219 249 103 -
CMYK 0.12 0 0.59 0.02
HSL 72.33º 0.92% 0.69% -
HSV(B) 72.33º 0.59% 0.98% -
XYZ 65.54 83.79 25.55 -
YUV 223.39 60.06 124.87 -
System Red Green Blue C M Y K H S L
Decimal 219 249 103 0.12 0 0.59 0.02 72.33 0.92 0.69
Hex DB F9 67 C 0 3B 2 48 5C 45
Octal 333 371 147 14 0 73 2 110 134 105
Binary 11011011 11111001 1100111 1100 0 111011 10 1001000 1011100 1000101

Color Harmonies of #DBF967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF967

Black with #DBF967

Text Example


Text Example

White with #DBF967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF967; }

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

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

background-color css

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

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

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

border-color css

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

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

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