Html Css Color HEX #DBF07B Mindaro

📋 copy color: '#DBF07B'

red 219 ◦ green 240 ◦ blue 123

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

Shades of Mindaro #DBF07B

Tints of Mindaro #DBF07B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.24%

 BLUE value IS 123 (48.44% from 255) = 21.13%

R = 37.63%
G = 41.24%
B = 21.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#DBF07B (or 0xDBF07B) is known color: Mindaro. HEX triplet: DB, F0 and 7B. RGB value is (219,240,123). Sum of RGB (Red+Green+Blue) = 219+240+123=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 123 (48.44% from 255 or 21.13% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF07B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF07B is #240F84. Grayscale: #DCDCDC. Windows color (decimal): -2363269 or 8122587. OLE color: 8122587.

HSL color Cylindrical-coordinate representation of color #DBF07B: hue angle of 70.77º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBF07B is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 123 -
CMYK 0.09 0 0.49 0.06
HSL 70.77º 0.8% 0.71% -
HSV(B) 70.77º 0.49% 0.94% -
XYZ 63.95 78.81 30.58 -
YUV 220.38 73.04 127.01 -
System Red Green Blue C M Y K H S L
Decimal 219 240 123 0.09 0 0.49 0.06 70.77 0.8 0.71
Hex DB F0 7B 9 0 31 6 47 50 47
Octal 333 360 173 11 0 61 6 107 120 107
Binary 11011011 11110000 1111011 1001 0 110001 110 1000111 1010000 1000111

Color Harmonies of #DBF07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF07B

Black with #DBF07B

Text Example


Text Example

White with #DBF07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF07B; }

 p { color: rgb(219,240,123); }

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

background-color css

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

 a { background-color: rgb(219,240,123); }

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

border-color css

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

 span { border-color: rgb(219,240,123); }

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