Html Css Color HEX #DBF385 Mindaro

📋 copy color: '#DBF385'

red 219 ◦ green 243 ◦ blue 133

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

Shades of Mindaro #DBF385

Tints of Mindaro #DBF385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.35%

R = 36.81%
G = 40.84%
B = 22.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#DBF385 (or 0xDBF385) is known color: Mindaro. HEX triplet: DB, F3 and 85. RGB value is (219,243,133). Sum of RGB (Red+Green+Blue) = 219+243+133=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 133 (52.34% from 255 or 22.35% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF385 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF385 is #240C7A. Grayscale: #DFDFDF. Windows color (decimal): -2362491 or 8778715. OLE color: 8778715.

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

Color convert

RGB 219 243 133 -
CMYK 0.10 0 0.45 0.05
HSL 73.09º 0.82% 0.74% -
HSV(B) 73.09º 0.45% 0.95% -
XYZ 65.5 80.85 34.34 -
YUV 223.28 77.05 124.94 -
System Red Green Blue C M Y K H S L
Decimal 219 243 133 0.10 0 0.45 0.05 73.09 0.82 0.74
Hex DB F3 85 A 0 2D 5 49 52 4A
Octal 333 363 205 12 0 55 5 111 122 112
Binary 11011011 11110011 10000101 1010 0 101101 101 1001001 1010010 1001010

Color Harmonies of #DBF385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF385

Black with #DBF385

Text Example


Text Example

White with #DBF385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF385; }

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

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

background-color css

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

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

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

border-color css

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

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

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