Html Css Color HEX #DBF15C Mindaro

📋 copy color: '#DBF15C'

red 219 ◦ green 241 ◦ blue 92

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

Shades of Mindaro #DBF15C

Tints of Mindaro #DBF15C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.66%

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

R = 39.67%
G = 43.66%
B = 16.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#DBF15C (or 0xDBF15C) is known color: Mindaro. HEX triplet: DB, F1 and 5C. RGB value is (219,241,92). Sum of RGB (Red+Green+Blue) = 219+241+92=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 92 (36.33% from 255 or 16.67% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF15C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF15C is #240EA3. Grayscale: #DADADA. Windows color (decimal): -2363044 or 6091227. OLE color: 6091227.

HSL color Cylindrical-coordinate representation of color #DBF15C: hue angle of 68.86º degrees, saturation: 0.84, 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 #DBF15C is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 241 92 -
CMYK 0.09 0 0.62 0.05
HSL 68.86º 0.84% 0.65% -
HSV(B) 68.86º 0.62% 0.95% -
XYZ 62.6 78.74 22.02 -
YUV 217.44 57.21 129.12 -
System Red Green Blue C M Y K H S L
Decimal 219 241 92 0.09 0 0.62 0.05 68.86 0.84 0.65
Hex DB F1 5C 9 0 3E 5 45 54 41
Octal 333 361 134 11 0 76 5 105 124 101
Binary 11011011 11110001 1011100 1001 0 111110 101 1000101 1010100 1000001

Color Harmonies of #DBF15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF15C

Black with #DBF15C

Text Example


Text Example

White with #DBF15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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