Html Css Color HEX #DBF23F Pear

📋 copy color: '#DBF23F'

red 219 ◦ green 242 ◦ blue 63

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

Shades of Pear #DBF23F

Tints of Pear #DBF23F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.18%

 BLUE value IS 63 (25% from 255) = 12.02%

R = 41.79%
G = 46.18%
B = 12.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#DBF23F (or 0xDBF23F) is known color: Pear. HEX triplet: DB, F2 and 3F. RGB value is (219,242,63). Sum of RGB (Red+Green+Blue) = 219+242+63=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 63 (25% from 255 or 12.02% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF23F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF23F is #240DC0. Grayscale: #D7D7D7. Windows color (decimal): -2362817 or 4190939. OLE color: 4190939.

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

Color convert

RGB 219 242 63 -
CMYK 0.10 0 0.74 0.05
HSL 67.71º 0.87% 0.6% -
HSV(B) 67.71º 0.74% 0.95% -
XYZ 61.86 78.92 16.68 -
YUV 214.72 42.38 131.05 -
System Red Green Blue C M Y K H S L
Decimal 219 242 63 0.10 0 0.74 0.05 67.71 0.87 0.6
Hex DB F2 3F A 0 4A 5 44 57 3C
Octal 333 362 77 12 0 112 5 104 127 74
Binary 11011011 11110010 111111 1010 0 1001010 101 1000100 1010111 111100

Color Harmonies of #DBF23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF23F

Black with #DBF23F

Text Example


Text Example

White with #DBF23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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