Html Css Color HEX #DBFD6A Mindaro

📋 copy color: '#DBFD6A'

red 219 ◦ green 253 ◦ blue 106

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

Shades of Mindaro #DBFD6A

Tints of Mindaro #DBFD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.34%

R = 37.89%
G = 43.77%
B = 18.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#DBFD6A (or 0xDBFD6A) is known color: Mindaro. HEX triplet: DB, FD and 6A. RGB value is (219,253,106). Sum of RGB (Red+Green+Blue) = 219+253+106=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 106 (41.80% from 255 or 18.34% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFD6A is #240295. Grayscale: #E2E2E2. Windows color (decimal): -2359958 or 7011803. OLE color: 7011803.

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

Color convert

RGB 219 253 106 -
CMYK 0.13 0 0.58 0.01
HSL 73.88º 0.97% 0.7% -
HSV(B) 73.88º 0.58% 0.99% -
XYZ 66.94 86.35 26.78 -
YUV 226.08 60.24 122.95 -
System Red Green Blue C M Y K H S L
Decimal 219 253 106 0.13 0 0.58 0.01 73.88 0.97 0.7
Hex DB FD 6A D 0 3A 1 4A 61 46
Octal 333 375 152 15 0 72 1 112 141 106
Binary 11011011 11111101 1101010 1101 0 111010 1 1001010 1100001 1000110

Color Harmonies of #DBFD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFD6A

Black with #DBFD6A

Text Example


Text Example

White with #DBFD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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