#dbf23d

Color #DBF23D Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DBF23D

Tints of Pear #DBF23D

Color information

#DBF23D (or 0xDBF23D) is unknown color: approx Pear. HEX triplet: DB, F2 and 3D. RGB value is (219,242,61). Sum of RGB (Red+Green+Blue) = 219+242+61=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 61 (24.22% from 255 or 11.69% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF23D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF23D is #240DC2. Grayscale: #D7D7D7. Windows color (decimal): -2362819 or 4059867. OLE color: 4059867.

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

Color convert

RGB21924261-
CMYK0.1000.750.05
HSL67.62º87.44%59.41%-
HSV(B)67.62º74.79%94.9%-
XYZ61.8178.916.39-
YUV214.4941.38131.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.95%
GREEN value IS 242 (94.92% from 255) = 46.36%
BLUE value IS 61 (24.22% from 255) = 11.69%
R=41.95%
G=46.36%
B=11.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal219242610.1000.750.0567.6287.4459.41
HexDBF23DA04B544573b
Octal33336275120113510412773
Binary110110111111001011110110100100101110110001001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbf23d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbf23d; }

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

 H1.HeaderClassName
 {
   color: #dbf23d;
 }
 .AnyTagClassName
 {
   color: #dbf23d;
 }
</style>
background-color css

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

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

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

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

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

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