Html Css Color HEX #DBF134 Pear

📋 copy color: '#DBF134'

red 219 ◦ green 241 ◦ blue 52

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

Shades of Pear #DBF134

Tints of Pear #DBF134

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.07%

 BLUE value IS 52 (20.7% from 255) = 10.16%

R = 42.77%
G = 47.07%
B = 10.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#DBF134 (or 0xDBF134) is known color: Pear. HEX triplet: DB, F1 and 34. RGB value is (219,241,52). Sum of RGB (Red+Green+Blue) = 219+241+52=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 52 (20.70% from 255 or 10.16% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF134 is #240ECB. Grayscale: #D5D5D5. Windows color (decimal): -2363084 or 3469787. OLE color: 3469787.

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

Color convert

RGB 219 241 52 -
CMYK 0.09 0 0.78 0.05
HSL 66.98º 0.87% 0.57% -
HSV(B) 66.98º 0.78% 0.95% -
XYZ 61.29 78.22 15.12 -
YUV 212.88 37.21 132.37 -
System Red Green Blue C M Y K H S L
Decimal 219 241 52 0.09 0 0.78 0.05 66.98 0.87 0.57
Hex DB F1 34 9 0 4E 5 43 57 39
Octal 333 361 64 11 0 116 5 103 127 71
Binary 11011011 11110001 110100 1001 0 1001110 101 1000011 1010111 111001

Color Harmonies of #DBF134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF134

Black with #DBF134

Text Example


Text Example

White with #DBF134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF134; }

 p { color: rgb(219,241,52); }

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

background-color css

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

 a { background-color: rgb(219,241,52); }

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

border-color css

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

 span { border-color: rgb(219,241,52); }

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