Html Css Color HEX #DBFD7D Mindaro

📋 copy color: '#DBFD7D'

red 219 ◦ green 253 ◦ blue 125

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

Shades of Mindaro #DBFD7D

Tints of Mindaro #DBFD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.94%

R = 36.68%
G = 42.38%
B = 20.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#DBFD7D (or 0xDBFD7D) is known color: Mindaro. HEX triplet: DB, FD and 7D. RGB value is (219,253,125). Sum of RGB (Red+Green+Blue) = 219+253+125=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 125 (49.22% from 255 or 20.94% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFD7D is #240282. Grayscale: #E4E4E4. Windows color (decimal): -2359939 or 8256987. OLE color: 8256987.

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

Color convert

RGB 219 253 125 -
CMYK 0.13 0 0.51 0.01
HSL 75.94º 0.97% 0.74% -
HSV(B) 75.94º 0.51% 0.99% -
XYZ 68.04 86.79 32.57 -
YUV 228.24 69.74 121.41 -
System Red Green Blue C M Y K H S L
Decimal 219 253 125 0.13 0 0.51 0.01 75.94 0.97 0.74
Hex DB FD 7D D 0 33 1 4C 61 4A
Octal 333 375 175 15 0 63 1 114 141 112
Binary 11011011 11111101 1111101 1101 0 110011 1 1001100 1100001 1001010

Color Harmonies of #DBFD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFD7D

Black with #DBFD7D

Text Example


Text Example

White with #DBFD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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