Html Css Color HEX #DBFC7E Mindaro

📋 copy color: '#DBFC7E'

red 219 ◦ green 252 ◦ blue 126

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

Shades of Mindaro #DBFC7E

Tints of Mindaro #DBFC7E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.21%

 BLUE value IS 126 (49.61% from 255) = 21.11%

R = 36.68%
G = 42.21%
B = 21.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#DBFC7E (or 0xDBFC7E) is known color: Mindaro. HEX triplet: DB, FC and 7E. RGB value is (219,252,126). Sum of RGB (Red+Green+Blue) = 219+252+126=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 126 (49.61% from 255 or 21.11% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC7E is #240381. Grayscale: #E4E4E4. Windows color (decimal): -2360194 or 8322267. OLE color: 8322267.

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

Color convert

RGB 219 252 126 -
CMYK 0.13 0 0.5 0.01
HSL 75.71º 0.95% 0.74% -
HSV(B) 75.71º 0.5% 0.99% -
XYZ 67.79 86.19 32.8 -
YUV 227.77 70.57 121.75 -
System Red Green Blue C M Y K H S L
Decimal 219 252 126 0.13 0 0.5 0.01 75.71 0.95 0.74
Hex DB FC 7E D 0 32 1 4C 5F 4A
Octal 333 374 176 15 0 62 1 114 137 112
Binary 11011011 11111100 1111110 1101 0 110010 1 1001100 1011111 1001010

Color Harmonies of #DBFC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFC7E

Black with #DBFC7E

Text Example


Text Example

White with #DBFC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFC7E; }

 p { color: rgb(219,252,126); }

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

background-color css

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

 a { background-color: rgb(219,252,126); }

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

border-color css

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

 span { border-color: rgb(219,252,126); }

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