Html Css Color HEX #DBF37B Mindaro

📋 copy color: '#DBF37B'

red 219 ◦ green 243 ◦ blue 123

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

Shades of Mindaro #DBF37B

Tints of Mindaro #DBF37B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.03%

R = 37.44%
G = 41.54%
B = 21.03%

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

#DBF37B (or 0xDBF37B) is known color: Mindaro. HEX triplet: DB, F3 and 7B. RGB value is (219,243,123). Sum of RGB (Red+Green+Blue) = 219+243+123=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 123 (48.44% from 255 or 21.03% from 585); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF37B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF37B is #240C84. Grayscale: #DEDEDE. Windows color (decimal): -2362501 or 8123355. OLE color: 8123355.

HSL color Cylindrical-coordinate representation of color #DBF37B: hue angle of 72º 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 #DBF37B is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 243 123 -
CMYK 0.10 0 0.49 0.05
HSL 72º 0.83% 0.72% -
HSV(B) 72º 0.49% 0.95% -
XYZ 64.84 80.59 30.88 -
YUV 222.14 72.05 125.76 -
System Red Green Blue C M Y K H S L
Decimal 219 243 123 0.10 0 0.49 0.05 72 0.83 0.72
Hex DB F3 7B A 0 31 5 48 53 48
Octal 333 363 173 12 0 61 5 110 123 110
Binary 11011011 11110011 1111011 1010 0 110001 101 1001000 1010011 1001000

Color Harmonies of #DBF37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF37B

Black with #DBF37B

Text Example


Text Example

White with #DBF37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF37B; }

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

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

background-color css

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

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

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

border-color css

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

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

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