Html Css Color HEX #DBEF41 Pear

📋 copy color: '#DBEF41'

red 219 ◦ green 239 ◦ blue 65

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

Shades of Pear #DBEF41

Tints of Pear #DBEF41

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.7%

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

R = 41.87%
G = 45.7%
B = 12.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#DBEF41 (or 0xDBEF41) is known color: Pear. HEX triplet: DB, EF and 41. RGB value is (219,239,65). Sum of RGB (Red+Green+Blue) = 219+239+65=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 65 (25.78% from 255 or 12.43% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF41 is #2410BE. Grayscale: #D5D5D5. Windows color (decimal): -2363583 or 4321243. OLE color: 4321243.

HSL color Cylindrical-coordinate representation of color #DBEF41: hue angle of 66.9º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBEF41 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 65 -
CMYK 0.08 0 0.73 0.06
HSL 66.9º 0.84% 0.6% -
HSV(B) 66.9º 0.73% 0.94% -
XYZ 61.03 77.17 16.68 -
YUV 213.18 44.37 132.15 -
System Red Green Blue C M Y K H S L
Decimal 219 239 65 0.08 0 0.73 0.06 66.9 0.84 0.6
Hex DB EF 41 8 0 49 6 43 54 3C
Octal 333 357 101 10 0 111 6 103 124 74
Binary 11011011 11101111 1000001 1000 0 1001001 110 1000011 1010100 111100

Color Harmonies of #DBEF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF41

Black with #DBEF41

Text Example


Text Example

White with #DBEF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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