Html Css Color HEX #DBF230 Pear

📋 copy color: '#DBF230'

red 219 ◦ green 242 ◦ blue 48

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

Shades of Pear #DBF230

Tints of Pear #DBF230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.43%

R = 43.03%
G = 47.54%
B = 9.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#DBF230 (or 0xDBF230) is known color: Pear. HEX triplet: DB, F2 and 30. RGB value is (219,242,48). Sum of RGB (Red+Green+Blue) = 219+242+48=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 48 (19.14% from 255 or 9.43% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF230 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF230 is #240DCF. Grayscale: #D5D5D5. Windows color (decimal): -2362832 or 3207899. OLE color: 3207899.

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

Color convert

RGB 219 242 48 -
CMYK 0.10 0 0.80 0.05
HSL 67.11º 0.88% 0.57% -
HSV(B) 67.11º 0.8% 0.95% -
XYZ 61.5 78.78 14.76 -
YUV 213.01 34.88 132.27 -
System Red Green Blue C M Y K H S L
Decimal 219 242 48 0.10 0 0.80 0.05 67.11 0.88 0.57
Hex DB F2 30 A 0 50 5 43 58 39
Octal 333 362 60 12 0 120 5 103 130 71
Binary 11011011 11110010 110000 1010 0 1010000 101 1000011 1011000 111001

Color Harmonies of #DBF230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF230

Black with #DBF230

Text Example


Text Example

White with #DBF230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF230; }

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

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

background-color css

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

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

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

border-color css

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

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

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