Html Css Color HEX #DBEF3C Pear

📋 copy color: '#DBEF3C'

red 219 ◦ green 239 ◦ blue 60

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

Shades of Pear #DBEF3C

Tints of Pear #DBEF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.58%

R = 42.28%
G = 46.14%
B = 11.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#DBEF3C (or 0xDBEF3C) is known color: Pear. HEX triplet: DB, EF and 3C. RGB value is (219,239,60). Sum of RGB (Red+Green+Blue) = 219+239+60=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 60 (23.83% from 255 or 11.58% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF3C is #2410C3. Grayscale: #D5D5D5. Windows color (decimal): -2363588 or 3993563. OLE color: 3993563.

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

Color convert

RGB 219 239 60 -
CMYK 0.08 0 0.75 0.06
HSL 66.7º 0.85% 0.59% -
HSV(B) 66.7º 0.75% 0.94% -
XYZ 60.9 77.12 15.95 -
YUV 212.61 41.87 132.55 -
System Red Green Blue C M Y K H S L
Decimal 219 239 60 0.08 0 0.75 0.06 66.7 0.85 0.59
Hex DB EF 3C 8 0 4B 6 43 55 3B
Octal 333 357 74 10 0 113 6 103 125 73
Binary 11011011 11101111 111100 1000 0 1001011 110 1000011 1010101 111011

Color Harmonies of #DBEF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF3C

Black with #DBEF3C

Text Example


Text Example

White with #DBEF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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