Html Css Color HEX #DBF17F Mindaro

📋 copy color: '#DBF17F'

red 219 ◦ green 241 ◦ blue 127

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

Shades of Mindaro #DBF17F

Tints of Mindaro #DBF17F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.06%

 BLUE value IS 127 (50% from 255) = 21.64%

R = 37.31%
G = 41.06%
B = 21.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#DBF17F (or 0xDBF17F) is known color: Mindaro. HEX triplet: DB, F1 and 7F. RGB value is (219,241,127). Sum of RGB (Red+Green+Blue) = 219+241+127=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 127 (50% from 255 or 21.64% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF17F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF17F is #240E80. Grayscale: #DDDDDD. Windows color (decimal): -2363009 or 8384987. OLE color: 8384987.

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

Color convert

RGB 219 241 127 -
CMYK 0.09 0 0.47 0.05
HSL 71.58º 0.8% 0.72% -
HSV(B) 71.58º 0.47% 0.95% -
XYZ 64.5 79.5 32.02 -
YUV 221.43 74.71 126.27 -
System Red Green Blue C M Y K H S L
Decimal 219 241 127 0.09 0 0.47 0.05 71.58 0.8 0.72
Hex DB F1 7F 9 0 2F 5 48 50 48
Octal 333 361 177 11 0 57 5 110 120 110
Binary 11011011 11110001 1111111 1001 0 101111 101 1001000 1010000 1001000

Color Harmonies of #DBF17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF17F

Black with #DBF17F

Text Example


Text Example

White with #DBF17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF17F; }

 p { color: rgb(219,241,127); }

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

background-color css

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

 a { background-color: rgb(219,241,127); }

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

border-color css

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

 span { border-color: rgb(219,241,127); }

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