Html Css Color HEX #DBF969 Mindaro

📋 copy color: '#DBF969'

red 219 ◦ green 249 ◦ blue 105

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

Shades of Mindaro #DBF969

Tints of Mindaro #DBF969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.32%

R = 38.22%
G = 43.46%
B = 18.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#DBF969 (or 0xDBF969) is known color: Mindaro. HEX triplet: DB, F9 and 69. RGB value is (219,249,105). Sum of RGB (Red+Green+Blue) = 219+249+105=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 105 (41.41% from 255 or 18.32% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF969 is #240696. Grayscale: #E0E0E0. Windows color (decimal): -2360983 or 6945243. OLE color: 6945243.

HSL color Cylindrical-coordinate representation of color #DBF969: hue angle of 72.5º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBF969 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 105 -
CMYK 0.12 0 0.58 0.02
HSL 72.5º 0.92% 0.69% -
HSV(B) 72.5º 0.58% 0.98% -
XYZ 65.64 83.83 26.09 -
YUV 223.61 61.06 124.71 -
System Red Green Blue C M Y K H S L
Decimal 219 249 105 0.12 0 0.58 0.02 72.5 0.92 0.69
Hex DB F9 69 C 0 3A 2 48 5C 45
Octal 333 371 151 14 0 72 2 110 134 105
Binary 11011011 11111001 1101001 1100 0 111010 10 1001000 1011100 1000101

Color Harmonies of #DBF969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF969

Black with #DBF969

Text Example


Text Example

White with #DBF969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF969; }

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

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

background-color css

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

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

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

border-color css

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

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

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