Html Css Color HEX #DBF541 Pear

📋 copy color: '#DBF541'

red 219 ◦ green 245 ◦ blue 65

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

Shades of Pear #DBF541

Tints of Pear #DBF541

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.31%

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

R = 41.4%
G = 46.31%
B = 12.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#DBF541 (or 0xDBF541) is known color: Pear. HEX triplet: DB, F5 and 41. RGB value is (219,245,65). Sum of RGB (Red+Green+Blue) = 219+245+65=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 65 (25.78% from 255 or 12.29% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF541 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF541 is #240ABE. Grayscale: #D9D9D9. Windows color (decimal): -2362047 or 4322779. OLE color: 4322779.

HSL color Cylindrical-coordinate representation of color #DBF541: hue angle of 68.67º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBF541 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 245 65 -
CMYK 0.11 0 0.73 0.04
HSL 68.67º 0.9% 0.61% -
HSV(B) 68.67º 0.73% 0.96% -
XYZ 62.82 80.75 17.28 -
YUV 216.71 42.39 129.64 -
System Red Green Blue C M Y K H S L
Decimal 219 245 65 0.11 0 0.73 0.04 68.67 0.9 0.61
Hex DB F5 41 B 0 49 4 45 5A 3D
Octal 333 365 101 13 0 111 4 105 132 75
Binary 11011011 11110101 1000001 1011 0 1001001 100 1000101 1011010 111101

Color Harmonies of #DBF541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF541

Black with #DBF541

Text Example


Text Example

White with #DBF541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF541; }

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

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

background-color css

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

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

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

border-color css

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

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

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