Html Css Color HEX #DBF875 Mindaro

📋 copy color: '#DBF875'

red 219 ◦ green 248 ◦ blue 117

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

Shades of Mindaro #DBF875

Tints of Mindaro #DBF875

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.47%

 BLUE value IS 117 (46.09% from 255) = 20.03%

R = 37.5%
G = 42.47%
B = 20.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#DBF875 (or 0xDBF875) is known color: Mindaro. HEX triplet: DB, F8 and 75. RGB value is (219,248,117). Sum of RGB (Red+Green+Blue) = 219+248+117=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF875 is #24078A. Grayscale: #E0E0E0. Windows color (decimal): -2361227 or 7731419. OLE color: 7731419.

HSL color Cylindrical-coordinate representation of color #DBF875: hue angle of 73.28º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBF875 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 117 -
CMYK 0.12 0 0.53 0.03
HSL 73.28º 0.9% 0.72% -
HSV(B) 73.28º 0.53% 0.97% -
XYZ 65.99 83.48 29.46 -
YUV 224.4 67.39 124.15 -
System Red Green Blue C M Y K H S L
Decimal 219 248 117 0.12 0 0.53 0.03 73.28 0.9 0.72
Hex DB F8 75 C 0 35 3 49 5A 48
Octal 333 370 165 14 0 65 3 111 132 110
Binary 11011011 11111000 1110101 1100 0 110101 11 1001001 1011010 1001000

Color Harmonies of #DBF875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF875

Black with #DBF875

Text Example


Text Example

White with #DBF875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF875; }

 p { color: rgb(219,248,117); }

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

background-color css

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

 a { background-color: rgb(219,248,117); }

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

border-color css

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

 span { border-color: rgb(219,248,117); }

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