Html Css Color HEX #DBF066 Mindaro

📋 copy color: '#DBF066'

red 219 ◦ green 240 ◦ blue 102

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

Shades of Mindaro #DBF066

Tints of Mindaro #DBF066

RGB

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

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

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

R = 39.04%
G = 42.78%
B = 18.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#DBF066 (or 0xDBF066) is known color: Mindaro. HEX triplet: DB, F0 and 66. RGB value is (219,240,102). Sum of RGB (Red+Green+Blue) = 219+240+102=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 102 (40.23% from 255 or 18.18% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF066 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF066 is #240F99. Grayscale: #DADADA. Windows color (decimal): -2363290 or 6746331. OLE color: 6746331.

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

Color convert

RGB 219 240 102 -
CMYK 0.09 0 0.58 0.06
HSL 69.13º 0.82% 0.67% -
HSV(B) 69.13º 0.58% 0.94% -
XYZ 62.77 78.34 24.38 -
YUV 217.99 62.54 128.72 -
System Red Green Blue C M Y K H S L
Decimal 219 240 102 0.09 0 0.58 0.06 69.13 0.82 0.67
Hex DB F0 66 9 0 3A 6 45 52 43
Octal 333 360 146 11 0 72 6 105 122 103
Binary 11011011 11110000 1100110 1001 0 111010 110 1000101 1010010 1000011

Color Harmonies of #DBF066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF066

Black with #DBF066

Text Example


Text Example

White with #DBF066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF066; }

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

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

background-color css

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

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

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

border-color css

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

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

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