Html Css Color HEX #DBF27C Mindaro

📋 copy color: '#DBF27C'

red 219 ◦ green 242 ◦ blue 124

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

Shades of Mindaro #DBF27C

Tints of Mindaro #DBF27C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.37%

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

R = 37.44%
G = 41.37%
B = 21.2%

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

#DBF27C (or 0xDBF27C) is known color: Mindaro. HEX triplet: DB, F2 and 7C. RGB value is (219,242,124). Sum of RGB (Red+Green+Blue) = 219+242+124=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 124 (48.83% from 255 or 21.20% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF27C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF27C is #240D83. Grayscale: #DEDEDE. Windows color (decimal): -2362756 or 8188635. OLE color: 8188635.

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

Color convert

RGB 219 242 124 -
CMYK 0.10 0 0.49 0.05
HSL 71.69º 0.82% 0.72% -
HSV(B) 71.69º 0.49% 0.95% -
XYZ 64.6 80.02 31.11 -
YUV 221.67 72.88 126.09 -
System Red Green Blue C M Y K H S L
Decimal 219 242 124 0.10 0 0.49 0.05 71.69 0.82 0.72
Hex DB F2 7C A 0 31 5 48 52 48
Octal 333 362 174 12 0 61 5 110 122 110
Binary 11011011 11110010 1111100 1010 0 110001 101 1001000 1010010 1001000

Color Harmonies of #DBF27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF27C

Black with #DBF27C

Text Example


Text Example

White with #DBF27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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