Html Css Color HEX #DBFD6C Mindaro

📋 copy color: '#DBFD6C'

red 219 ◦ green 253 ◦ blue 108

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

Shades of Mindaro #DBFD6C

Tints of Mindaro #DBFD6C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.62%

 BLUE value IS 108 (42.58% from 255) = 18.62%

R = 37.76%
G = 43.62%
B = 18.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#DBFD6C (or 0xDBFD6C) is known color: Mindaro. HEX triplet: DB, FD and 6C. RGB value is (219,253,108). Sum of RGB (Red+Green+Blue) = 219+253+108=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 108 (42.58% from 255 or 18.62% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFD6C is #240293. Grayscale: #E2E2E2. Windows color (decimal): -2359956 or 7142875. OLE color: 7142875.

HSL color Cylindrical-coordinate representation of color #DBFD6C: hue angle of 74.07º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBFD6C is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 253 108 -
CMYK 0.13 0 0.57 0.01
HSL 74.07º 0.97% 0.71% -
HSV(B) 74.07º 0.57% 0.99% -
XYZ 67.05 86.39 27.33 -
YUV 226.3 61.24 122.79 -
System Red Green Blue C M Y K H S L
Decimal 219 253 108 0.13 0 0.57 0.01 74.07 0.97 0.71
Hex DB FD 6C D 0 39 1 4A 61 47
Octal 333 375 154 15 0 71 1 112 141 107
Binary 11011011 11111101 1101100 1101 0 111001 1 1001010 1100001 1000111

Color Harmonies of #DBFD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFD6C

Black with #DBFD6C

Text Example


Text Example

White with #DBFD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFD6C; }

 p { color: rgb(219,253,108); }

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

background-color css

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

 a { background-color: rgb(219,253,108); }

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

border-color css

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

 span { border-color: rgb(219,253,108); }

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