Html Css Color HEX #DBF069 Mindaro

📋 copy color: '#DBF069'

red 219 ◦ green 240 ◦ blue 105

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

Shades of Mindaro #DBF069

Tints of Mindaro #DBF069

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.55%

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

R = 38.83%
G = 42.55%
B = 18.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#DBF069 (or 0xDBF069) is known color: Mindaro. HEX triplet: DB, F0 and 69. RGB value is (219,240,105). Sum of RGB (Red+Green+Blue) = 219+240+105=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 105 (41.41% from 255 or 18.62% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF069 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF069 is #240F96. Grayscale: #DADADA. Windows color (decimal): -2363287 or 6942939. OLE color: 6942939.

HSL color Cylindrical-coordinate representation of color #DBF069: hue angle of 69.33º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBF069 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 105 -
CMYK 0.09 0 0.56 0.06
HSL 69.33º 0.82% 0.68% -
HSV(B) 69.33º 0.56% 0.94% -
XYZ 62.92 78.4 25.18 -
YUV 218.33 64.04 128.48 -
System Red Green Blue C M Y K H S L
Decimal 219 240 105 0.09 0 0.56 0.06 69.33 0.82 0.68
Hex DB F0 69 9 0 38 6 45 52 44
Octal 333 360 151 11 0 70 6 105 122 104
Binary 11011011 11110000 1101001 1001 0 111000 110 1000101 1010010 1000100

Color Harmonies of #DBF069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF069

Black with #DBF069

Text Example


Text Example

White with #DBF069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF069; }

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

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

background-color css

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

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

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

border-color css

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

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

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