Html Css Color HEX #DBF37D Mindaro

📋 copy color: '#DBF37D'

red 219 ◦ green 243 ◦ blue 125

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

Shades of Mindaro #DBF37D

Tints of Mindaro #DBF37D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.4%

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

R = 37.31%
G = 41.4%
B = 21.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#DBF37D (or 0xDBF37D) is known color: Mindaro. HEX triplet: DB, F3 and 7D. RGB value is (219,243,125). Sum of RGB (Red+Green+Blue) = 219+243+125=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 243 (95.31% from 255 or 41.40% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF37D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF37D is #240C82. Grayscale: #DEDEDE. Windows color (decimal): -2362499 or 8254427. OLE color: 8254427.

HSL color Cylindrical-coordinate representation of color #DBF37D: hue angle of 72.2º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBF37D is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 243 125 -
CMYK 0.10 0 0.49 0.05
HSL 72.2º 0.83% 0.72% -
HSV(B) 72.2º 0.49% 0.95% -
XYZ 64.97 80.64 31.54 -
YUV 222.37 73.05 125.59 -
System Red Green Blue C M Y K H S L
Decimal 219 243 125 0.10 0 0.49 0.05 72.2 0.83 0.72
Hex DB F3 7D A 0 31 5 48 53 48
Octal 333 363 175 12 0 61 5 110 123 110
Binary 11011011 11110011 1111101 1010 0 110001 101 1001000 1010011 1001000

Color Harmonies of #DBF37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF37D

Black with #DBF37D

Text Example


Text Example

White with #DBF37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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