Html Css Color HEX #DBF348 Pear

📋 copy color: '#DBF348'

red 219 ◦ green 243 ◦ blue 72

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

Shades of Pear #DBF348

Tints of Pear #DBF348

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.51%

 BLUE value IS 72 (28.52% from 255) = 13.48%

R = 41.01%
G = 45.51%
B = 13.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#DBF348 (or 0xDBF348) is known color: Pear. HEX triplet: DB, F3 and 48. RGB value is (219,243,72). Sum of RGB (Red+Green+Blue) = 219+243+72=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 72 (28.52% from 255 or 13.48% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF348 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF348 is #240CB7. Grayscale: #D8D8D8. Windows color (decimal): -2362552 or 4781019. OLE color: 4781019.

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

Color convert

RGB 219 243 72 -
CMYK 0.10 0 0.70 0.05
HSL 68.42º 0.88% 0.62% -
HSV(B) 68.42º 0.7% 0.95% -
XYZ 62.43 79.63 18.21 -
YUV 216.33 46.55 129.9 -
System Red Green Blue C M Y K H S L
Decimal 219 243 72 0.10 0 0.70 0.05 68.42 0.88 0.62
Hex DB F3 48 A 0 46 5 44 58 3E
Octal 333 363 110 12 0 106 5 104 130 76
Binary 11011011 11110011 1001000 1010 0 1000110 101 1000100 1011000 111110

Color Harmonies of #DBF348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF348

Black with #DBF348

Text Example


Text Example

White with #DBF348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF348; }

 p { color: rgb(219,243,72); }

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

background-color css

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

 a { background-color: rgb(219,243,72); }

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

border-color css

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

 span { border-color: rgb(219,243,72); }

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