Html Css Color HEX #DBFD7C Mindaro

📋 copy color: '#DBFD7C'

red 219 ◦ green 253 ◦ blue 124

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

Shades of Mindaro #DBFD7C

Tints of Mindaro #DBFD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 20.81%

R = 36.74%
G = 42.45%
B = 20.81%

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

#DBFD7C (or 0xDBFD7C) is known color: Mindaro. HEX triplet: DB, FD and 7C. RGB value is (219,253,124). Sum of RGB (Red+Green+Blue) = 219+253+124=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 124 (48.83% from 255 or 20.81% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFD7C is #240283. Grayscale: #E4E4E4. Windows color (decimal): -2359940 or 8191451. OLE color: 8191451.

HSL color Cylindrical-coordinate representation of color #DBFD7C: hue angle of 75.81º 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 #DBFD7C is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 253 124 -
CMYK 0.13 0 0.51 0.01
HSL 75.81º 0.97% 0.74% -
HSV(B) 75.81º 0.51% 0.99% -
XYZ 67.98 86.77 32.23 -
YUV 228.13 69.24 121.49 -
System Red Green Blue C M Y K H S L
Decimal 219 253 124 0.13 0 0.51 0.01 75.81 0.97 0.74
Hex DB FD 7C D 0 33 1 4C 61 4A
Octal 333 375 174 15 0 63 1 114 141 112
Binary 11011011 11111101 1111100 1101 0 110011 1 1001100 1100001 1001010

Color Harmonies of #DBFD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFD7C

Black with #DBFD7C

Text Example


Text Example

White with #DBFD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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