Html Css Color HEX #DBF23D Pear

📋 copy color: '#DBF23D'

red 219 ◦ green 242 ◦ blue 61

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

Shades of Pear #DBF23D

Tints of Pear #DBF23D

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 value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#DBF23D (or 0xDBF23D) is known color: 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

RGB 219 242 61 -
CMYK 0.10 0 0.75 0.05
HSL 67.62º 0.87% 0.59% -
HSV(B) 67.62º 0.75% 0.95% -
XYZ 61.81 78.9 16.39 -
YUV 214.49 41.38 131.22 -
System Red Green Blue C M Y K H S L
Decimal 219 242 61 0.10 0 0.75 0.05 67.62 0.87 0.59
Hex DB F2 3D A 0 4B 5 44 57 3B
Octal 333 362 75 12 0 113 5 104 127 73
Binary 11011011 11110010 111101 1010 0 1001011 101 1000100 1010111 111011

Color Harmonies of #DBF23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF23D

Black with #DBF23D

Text Example


Text Example

White with #DBF23D

Text Example


Text Example

HTML Codes & Css Web 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>