Html Css Color HEX #DBF328 Pear

📋 copy color: '#DBF328'

red 219 ◦ green 243 ◦ blue 40

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

Shades of Pear #DBF328

Tints of Pear #DBF328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.97%

R = 43.63%
G = 48.41%
B = 7.97%

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

#DBF328 (or 0xDBF328) is known color: Pear. HEX triplet: DB, F3 and 28. RGB value is (219,243,40). Sum of RGB (Red+Green+Blue) = 219+243+40=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 40 (16.02% from 255 or 7.97% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF328 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF328 is #240CD7. Grayscale: #D5D5D5. Windows color (decimal): -2362584 or 2683867. OLE color: 2683867.

HSL color Cylindrical-coordinate representation of color #DBF328: hue angle of 67.09º degrees, saturation: 0.89, 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 #DBF328 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 243 40 -
CMYK 0.10 0 0.84 0.05
HSL 67.09º 0.89% 0.55% -
HSV(B) 67.09º 0.84% 0.95% -
XYZ 61.65 79.31 14.07 -
YUV 212.68 30.55 132.51 -
System Red Green Blue C M Y K H S L
Decimal 219 243 40 0.10 0 0.84 0.05 67.09 0.89 0.55
Hex DB F3 28 A 0 54 5 43 59 37
Octal 333 363 50 12 0 124 5 103 131 67
Binary 11011011 11110011 101000 1010 0 1010100 101 1000011 1011001 110111

Color Harmonies of #DBF328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF328

Black with #DBF328

Text Example


Text Example

White with #DBF328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF328; }

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

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

background-color css

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

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

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

border-color css

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

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

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