Html Css Color HEX #DBFD66 Mindaro

📋 copy color: '#DBFD66'

red 219 ◦ green 253 ◦ blue 102

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

Shades of Mindaro #DBFD66

Tints of Mindaro #DBFD66

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.08%

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

R = 38.15%
G = 44.08%
B = 17.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#DBFD66 (or 0xDBFD66) is known color: Mindaro. HEX triplet: DB, FD and 66. RGB value is (219,253,102). Sum of RGB (Red+Green+Blue) = 219+253+102=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 102 (40.23% from 255 or 17.77% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFD66 is #240299. Grayscale: #E2E2E2. Windows color (decimal): -2359962 or 6749659. OLE color: 6749659.

HSL color Cylindrical-coordinate representation of color #DBFD66: hue angle of 73.51º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBFD66 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 253 102 -
CMYK 0.13 0 0.60 0.01
HSL 73.51º 0.97% 0.7% -
HSV(B) 73.51º 0.6% 0.99% -
XYZ 66.74 86.27 25.7 -
YUV 225.62 58.24 123.28 -
System Red Green Blue C M Y K H S L
Decimal 219 253 102 0.13 0 0.60 0.01 73.51 0.97 0.7
Hex DB FD 66 D 0 3C 1 4A 61 46
Octal 333 375 146 15 0 74 1 112 141 106
Binary 11011011 11111101 1100110 1101 0 111100 1 1001010 1100001 1000110

Color Harmonies of #DBFD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFD66

Black with #DBFD66

Text Example


Text Example

White with #DBFD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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