Html Css Color HEX #DBF935 Pear

📋 copy color: '#DBF935'

red 219 ◦ green 249 ◦ blue 53

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

Shades of Pear #DBF935

Tints of Pear #DBF935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.17%

R = 42.03%
G = 47.79%
B = 10.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#DBF935 (or 0xDBF935) is known color: Pear. HEX triplet: DB, F9 and 35. RGB value is (219,249,53). Sum of RGB (Red+Green+Blue) = 219+249+53=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 53 (21.09% from 255 or 10.17% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF935 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF935 is #2406CA. Grayscale: #DADADA. Windows color (decimal): -2361035 or 3537371. OLE color: 3537371.

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

Color convert

RGB 219 249 53 -
CMYK 0.12 0 0.79 0.02
HSL 69.18º 0.94% 0.59% -
HSV(B) 69.18º 0.79% 0.98% -
XYZ 63.73 83.07 16.04 -
YUV 217.69 35.06 128.94 -
System Red Green Blue C M Y K H S L
Decimal 219 249 53 0.12 0 0.79 0.02 69.18 0.94 0.59
Hex DB F9 35 C 0 4F 2 45 5E 3B
Octal 333 371 65 14 0 117 2 105 136 73
Binary 11011011 11111001 110101 1100 0 1001111 10 1000101 1011110 111011

Color Harmonies of #DBF935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF935

Black with #DBF935

Text Example


Text Example

White with #DBF935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF935; }

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

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

background-color css

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

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

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

border-color css

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

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

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