Html Css Color HEX #DBF966 Mindaro

📋 copy color: '#DBF966'

red 219 ◦ green 249 ◦ blue 102

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

Shades of Mindaro #DBF966

Tints of Mindaro #DBF966

RGB

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

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

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

R = 38.42%
G = 43.68%
B = 17.89%

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

#DBF966 (or 0xDBF966) is known color: Mindaro. HEX triplet: DB, F9 and 66. RGB value is (219,249,102). Sum of RGB (Red+Green+Blue) = 219+249+102=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 102 (40.23% from 255 or 17.89% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF966 is #240699. Grayscale: #DFDFDF. Windows color (decimal): -2360986 or 6748635. OLE color: 6748635.

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

Color convert

RGB 219 249 102 -
CMYK 0.12 0 0.59 0.02
HSL 72.24º 0.92% 0.69% -
HSV(B) 72.24º 0.59% 0.98% -
XYZ 65.49 83.77 25.29 -
YUV 223.27 59.56 124.95 -
System Red Green Blue C M Y K H S L
Decimal 219 249 102 0.12 0 0.59 0.02 72.24 0.92 0.69
Hex DB F9 66 C 0 3B 2 48 5C 45
Octal 333 371 146 14 0 73 2 110 134 105
Binary 11011011 11111001 1100110 1100 0 111011 10 1001000 1011100 1000101

Color Harmonies of #DBF966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF966

Black with #DBF966

Text Example


Text Example

White with #DBF966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF966; }

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

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

background-color css

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

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

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

border-color css

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

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

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