Html Css Color HEX #DBF326 Pear

📋 copy color: '#DBF326'

red 219 ◦ green 243 ◦ blue 38

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

Shades of Pear #DBF326

Tints of Pear #DBF326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.6%

R = 43.8%
G = 48.6%
B = 7.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#DBF326 (or 0xDBF326) is known color: Pear. HEX triplet: DB, F3 and 26. RGB value is (219,243,38). Sum of RGB (Red+Green+Blue) = 219+243+38=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 38 (15.23% from 255 or 7.6% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF326 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF326 is #240CD9. Grayscale: #D5D5D5. Windows color (decimal): -2362586 or 2552795. OLE color: 2552795.

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

Color convert

RGB 219 243 38 -
CMYK 0.10 0 0.84 0.05
HSL 67.02º 0.9% 0.55% -
HSV(B) 67.02º 0.84% 0.95% -
XYZ 61.61 79.3 13.89 -
YUV 212.45 29.55 132.67 -
System Red Green Blue C M Y K H S L
Decimal 219 243 38 0.10 0 0.84 0.05 67.02 0.9 0.55
Hex DB F3 26 A 0 54 5 43 5A 37
Octal 333 363 46 12 0 124 5 103 132 67
Binary 11011011 11110011 100110 1010 0 1010100 101 1000011 1011010 110111

Color Harmonies of #DBF326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF326

Black with #DBF326

Text Example


Text Example

White with #DBF326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF326; }

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

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

background-color css

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

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

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

border-color css

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

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

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