Html Css Color HEX #DBFC68 Mindaro

📋 copy color: '#DBFC68'

red 219 ◦ green 252 ◦ blue 104

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

Shades of Mindaro #DBFC68

Tints of Mindaro #DBFC68

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.83%

 BLUE value IS 104 (41.02% from 255) = 18.09%

R = 38.09%
G = 43.83%
B = 18.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#DBFC68 (or 0xDBFC68) is known color: Mindaro. HEX triplet: DB, FC and 68. RGB value is (219,252,104). Sum of RGB (Red+Green+Blue) = 219+252+104=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 104 (41.02% from 255 or 18.09% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC68 is #240397. Grayscale: #E1E1E1. Windows color (decimal): -2360216 or 6880475. OLE color: 6880475.

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

Color convert

RGB 219 252 104 -
CMYK 0.13 0 0.59 0.01
HSL 73.38º 0.96% 0.7% -
HSV(B) 73.38º 0.59% 0.99% -
XYZ 66.52 85.68 26.13 -
YUV 225.26 59.57 123.53 -
System Red Green Blue C M Y K H S L
Decimal 219 252 104 0.13 0 0.59 0.01 73.38 0.96 0.7
Hex DB FC 68 D 0 3B 1 49 60 46
Octal 333 374 150 15 0 73 1 111 140 106
Binary 11011011 11111100 1101000 1101 0 111011 1 1001001 1100000 1000110

Color Harmonies of #DBFC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFC68

Black with #DBFC68

Text Example


Text Example

White with #DBFC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFC68; }

 p { color: rgb(219,252,104); }

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

background-color css

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

 a { background-color: rgb(219,252,104); }

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

border-color css

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

 span { border-color: rgb(219,252,104); }

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