Html Css Color HEX #DBF23B Pear

📋 copy color: '#DBF23B'

red 219 ◦ green 242 ◦ blue 59

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

Shades of Pear #DBF23B

Tints of Pear #DBF23B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.54%

 BLUE value IS 59 (23.44% from 255) = 11.35%

R = 42.12%
G = 46.54%
B = 11.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#DBF23B (or 0xDBF23B) is known color: Pear. HEX triplet: DB, F2 and 3B. RGB value is (219,242,59). Sum of RGB (Red+Green+Blue) = 219+242+59=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 59 (23.44% from 255 or 11.35% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF23B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF23B is #240DC4. Grayscale: #D6D6D6. Windows color (decimal): -2362821 or 3928795. OLE color: 3928795.

HSL color Cylindrical-coordinate representation of color #DBF23B: hue angle of 67.54º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBF23B is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 59 -
CMYK 0.10 0 0.76 0.05
HSL 67.54º 0.88% 0.59% -
HSV(B) 67.54º 0.76% 0.95% -
XYZ 61.75 78.88 16.11 -
YUV 214.26 40.38 131.38 -
System Red Green Blue C M Y K H S L
Decimal 219 242 59 0.10 0 0.76 0.05 67.54 0.88 0.59
Hex DB F2 3B A 0 4C 5 44 58 3B
Octal 333 362 73 12 0 114 5 104 130 73
Binary 11011011 11110010 111011 1010 0 1001100 101 1000100 1011000 111011

Color Harmonies of #DBF23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF23B

Black with #DBF23B

Text Example


Text Example

White with #DBF23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF23B; }

 p { color: rgb(219,242,59); }

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

background-color css

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

 a { background-color: rgb(219,242,59); }

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

border-color css

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

 span { border-color: rgb(219,242,59); }

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