Html Css Color HEX #DBF25C Mindaro

📋 copy color: '#DBF25C'

red 219 ◦ green 242 ◦ blue 92

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

Shades of Mindaro #DBF25C

Tints of Mindaro #DBF25C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.76%

 BLUE value IS 92 (36.33% from 255) = 16.64%

R = 39.6%
G = 43.76%
B = 16.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#DBF25C (or 0xDBF25C) is known color: Mindaro. HEX triplet: DB, F2 and 5C. RGB value is (219,242,92). Sum of RGB (Red+Green+Blue) = 219+242+92=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 92 (36.33% from 255 or 16.64% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF25C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF25C is #240DA3. Grayscale: #DADADA. Windows color (decimal): -2362788 or 6091483. OLE color: 6091483.

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

Color convert

RGB 219 242 92 -
CMYK 0.10 0 0.62 0.05
HSL 69.2º 0.85% 0.65% -
HSV(B) 69.2º 0.62% 0.95% -
XYZ 62.9 79.34 22.12 -
YUV 218.02 56.88 128.7 -
System Red Green Blue C M Y K H S L
Decimal 219 242 92 0.10 0 0.62 0.05 69.2 0.85 0.65
Hex DB F2 5C A 0 3E 5 45 55 41
Octal 333 362 134 12 0 76 5 105 125 101
Binary 11011011 11110010 1011100 1010 0 111110 101 1000101 1010101 1000001

Color Harmonies of #DBF25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF25C

Black with #DBF25C

Text Example


Text Example

White with #DBF25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF25C; }

 p { color: rgb(219,242,92); }

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

background-color css

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

 a { background-color: rgb(219,242,92); }

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

border-color css

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

 span { border-color: rgb(219,242,92); }

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