Html Css Color HEX #DBF975 Mindaro

📋 copy color: '#DBF975'

red 219 ◦ green 249 ◦ blue 117

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

Shades of Mindaro #DBF975

Tints of Mindaro #DBF975

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.56%

 BLUE value IS 117 (46.09% from 255) = 20%

R = 37.44%
G = 42.56%
B = 20%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#DBF975 (or 0xDBF975) is known color: Mindaro. HEX triplet: DB, F9 and 75. RGB value is (219,249,117). Sum of RGB (Red+Green+Blue) = 219+249+117=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 117 (46.09% from 255 or 20% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF975 is #24068A. Grayscale: #E1E1E1. Windows color (decimal): -2360971 or 7731675. OLE color: 7731675.

HSL color Cylindrical-coordinate representation of color #DBF975: hue angle of 73.64º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBF975 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 117 -
CMYK 0.12 0 0.53 0.02
HSL 73.64º 0.92% 0.72% -
HSV(B) 73.64º 0.53% 0.98% -
XYZ 66.3 84.1 29.57 -
YUV 224.98 67.06 123.73 -
System Red Green Blue C M Y K H S L
Decimal 219 249 117 0.12 0 0.53 0.02 73.64 0.92 0.72
Hex DB F9 75 C 0 35 2 4A 5C 48
Octal 333 371 165 14 0 65 2 112 134 110
Binary 11011011 11111001 1110101 1100 0 110101 10 1001010 1011100 1001000

Color Harmonies of #DBF975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF975

Black with #DBF975

Text Example


Text Example

White with #DBF975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF975; }

 p { color: rgb(219,249,117); }

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

background-color css

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

 a { background-color: rgb(219,249,117); }

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

border-color css

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

 span { border-color: rgb(219,249,117); }

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