Html Css Color HEX #DBF241 Pear

📋 copy color: '#DBF241'

red 219 ◦ green 242 ◦ blue 65

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

Shades of Pear #DBF241

Tints of Pear #DBF241

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.01%

 BLUE value IS 65 (25.78% from 255) = 12.36%

R = 41.63%
G = 46.01%
B = 12.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#DBF241 (or 0xDBF241) is known color: Pear. HEX triplet: DB, F2 and 41. RGB value is (219,242,65). Sum of RGB (Red+Green+Blue) = 219+242+65=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 65 (25.78% from 255 or 12.36% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF241 is #240DBE. Grayscale: #D7D7D7. Windows color (decimal): -2362815 or 4322011. OLE color: 4322011.

HSL color Cylindrical-coordinate representation of color #DBF241: hue angle of 67.8º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBF241 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 65 -
CMYK 0.10 0 0.73 0.05
HSL 67.8º 0.87% 0.6% -
HSV(B) 67.8º 0.73% 0.95% -
XYZ 61.92 78.95 16.98 -
YUV 214.95 43.38 130.89 -
System Red Green Blue C M Y K H S L
Decimal 219 242 65 0.10 0 0.73 0.05 67.8 0.87 0.6
Hex DB F2 41 A 0 49 5 44 57 3C
Octal 333 362 101 12 0 111 5 104 127 74
Binary 11011011 11110010 1000001 1010 0 1001001 101 1000100 1010111 111100

Color Harmonies of #DBF241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF241

Black with #DBF241

Text Example


Text Example

White with #DBF241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF241; }

 p { color: rgb(219,242,65); }

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

background-color css

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

 a { background-color: rgb(219,242,65); }

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

border-color css

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

 span { border-color: rgb(219,242,65); }

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