Html Css Color HEX #DBF867 Mindaro

📋 copy color: '#DBF867'

red 219 ◦ green 248 ◦ blue 103

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

Shades of Mindaro #DBF867

Tints of Mindaro #DBF867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.07%

R = 38.42%
G = 43.51%
B = 18.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#DBF867 (or 0xDBF867) is known color: Mindaro. HEX triplet: DB, F8 and 67. RGB value is (219,248,103). Sum of RGB (Red+Green+Blue) = 219+248+103=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 248 (97.27% from 255 or 43.51% from 570); Blue value is 103 (40.62% from 255 or 18.07% from 570); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF867 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF867 is #240798. Grayscale: #DFDFDF. Windows color (decimal): -2361241 or 6813915. OLE color: 6813915.

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

Color convert

RGB 219 248 103 -
CMYK 0.12 0 0.58 0.03
HSL 72º 0.91% 0.69% -
HSV(B) 72º 0.58% 0.97% -
XYZ 65.23 83.17 25.45 -
YUV 222.8 60.39 125.29 -
System Red Green Blue C M Y K H S L
Decimal 219 248 103 0.12 0 0.58 0.03 72 0.91 0.69
Hex DB F8 67 C 0 3A 3 48 5B 45
Octal 333 370 147 14 0 72 3 110 133 105
Binary 11011011 11111000 1100111 1100 0 111010 11 1001000 1011011 1000101

Color Harmonies of #DBF867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF867

Black with #DBF867

Text Example


Text Example

White with #DBF867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF867; }

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

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

background-color css

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

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

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

border-color css

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

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

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