Html Css Color HEX #DBF378 Mindaro

📋 copy color: '#DBF378'

red 219 ◦ green 243 ◦ blue 120

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

Shades of Mindaro #DBF378

Tints of Mindaro #DBF378

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.75%

 BLUE value IS 120 (47.27% from 255) = 20.62%

R = 37.63%
G = 41.75%
B = 20.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#DBF378 (or 0xDBF378) is known color: Mindaro. HEX triplet: DB, F3 and 78. RGB value is (219,243,120). Sum of RGB (Red+Green+Blue) = 219+243+120=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 120 (47.27% from 255 or 20.62% from 582); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF378 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF378 is #240C87. Grayscale: #DEDEDE. Windows color (decimal): -2362504 or 7926747. OLE color: 7926747.

HSL color Cylindrical-coordinate representation of color #DBF378: hue angle of 71.71º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBF378 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 243 120 -
CMYK 0.10 0 0.51 0.05
HSL 71.71º 0.84% 0.71% -
HSV(B) 71.71º 0.51% 0.95% -
XYZ 64.65 80.52 29.9 -
YUV 221.8 70.55 126 -
System Red Green Blue C M Y K H S L
Decimal 219 243 120 0.10 0 0.51 0.05 71.71 0.84 0.71
Hex DB F3 78 A 0 33 5 48 54 47
Octal 333 363 170 12 0 63 5 110 124 107
Binary 11011011 11110011 1111000 1010 0 110011 101 1001000 1010100 1000111

Color Harmonies of #DBF378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF378

Black with #DBF378

Text Example


Text Example

White with #DBF378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF378; }

 p { color: rgb(219,243,120); }

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

background-color css

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

 a { background-color: rgb(219,243,120); }

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

border-color css

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

 span { border-color: rgb(219,243,120); }

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