Html Css Color HEX #DBFC5F Mindaro

📋 copy color: '#DBFC5F'

red 219 ◦ green 252 ◦ blue 95

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

Shades of Mindaro #DBFC5F

Tints of Mindaro #DBFC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.78%

R = 38.69%
G = 44.52%
B = 16.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#DBFC5F (or 0xDBFC5F) is known color: Mindaro. HEX triplet: DB, FC and 5F. RGB value is (219,252,95). Sum of RGB (Red+Green+Blue) = 219+252+95=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 95 (37.5% from 255 or 16.78% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC5F is #2403A0. Grayscale: #E0E0E0. Windows color (decimal): -2360225 or 6290651. OLE color: 6290651.

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

Color convert

RGB 219 252 95 -
CMYK 0.13 0 0.62 0.01
HSL 72.61º 0.96% 0.68% -
HSV(B) 72.61º 0.62% 0.99% -
XYZ 66.09 85.51 23.85 -
YUV 224.24 55.07 124.27 -
System Red Green Blue C M Y K H S L
Decimal 219 252 95 0.13 0 0.62 0.01 72.61 0.96 0.68
Hex DB FC 5F D 0 3E 1 49 60 44
Octal 333 374 137 15 0 76 1 111 140 104
Binary 11011011 11111100 1011111 1101 0 111110 1 1001001 1100000 1000100

Color Harmonies of #DBFC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFC5F

Black with #DBFC5F

Text Example


Text Example

White with #DBFC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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