Html Css Color HEX #DBF93C Pear

📋 copy color: '#DBF93C'

red 219 ◦ green 249 ◦ blue 60

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

Shades of Pear #DBF93C

Tints of Pear #DBF93C

RGB

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

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

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

R = 41.48%
G = 47.16%
B = 11.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#DBF93C (or 0xDBF93C) is known color: Pear. HEX triplet: DB, F9 and 3C. RGB value is (219,249,60). Sum of RGB (Red+Green+Blue) = 219+249+60=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 60 (23.83% from 255 or 11.36% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF93C is #2406C3. Grayscale: #DBDBDB. Windows color (decimal): -2361028 or 3996123. OLE color: 3996123.

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

Color convert

RGB 219 249 60 -
CMYK 0.12 0 0.76 0.02
HSL 69.52º 0.94% 0.61% -
HSV(B) 69.52º 0.76% 0.98% -
XYZ 63.9 83.14 16.95 -
YUV 218.48 38.56 128.37 -
System Red Green Blue C M Y K H S L
Decimal 219 249 60 0.12 0 0.76 0.02 69.52 0.94 0.61
Hex DB F9 3C C 0 4C 2 46 5E 3D
Octal 333 371 74 14 0 114 2 106 136 75
Binary 11011011 11111001 111100 1100 0 1001100 10 1000110 1011110 111101

Color Harmonies of #DBF93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF93C

Black with #DBF93C

Text Example


Text Example

White with #DBF93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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