Html Css Color HEX #DBF741 Pear

📋 copy color: '#DBF741'

red 219 ◦ green 247 ◦ blue 65

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

Shades of Pear #DBF741

Tints of Pear #DBF741

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.52%

 BLUE value IS 65 (25.78% from 255) = 12.24%

R = 41.24%
G = 46.52%
B = 12.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#DBF741 (or 0xDBF741) is known color: Pear. HEX triplet: DB, F7 and 41. RGB value is (219,247,65). Sum of RGB (Red+Green+Blue) = 219+247+65=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 65 (25.78% from 255 or 12.24% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF741 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF741 is #2408BE. Grayscale: #DADADA. Windows color (decimal): -2361535 or 4323291. OLE color: 4323291.

HSL color Cylindrical-coordinate representation of color #DBF741: hue angle of 69.23º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBF741 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 247 65 -
CMYK 0.11 0 0.74 0.03
HSL 69.23º 0.92% 0.61% -
HSV(B) 69.23º 0.74% 0.97% -
XYZ 63.43 81.96 17.48 -
YUV 217.88 41.72 128.8 -
System Red Green Blue C M Y K H S L
Decimal 219 247 65 0.11 0 0.74 0.03 69.23 0.92 0.61
Hex DB F7 41 B 0 4A 3 45 5C 3D
Octal 333 367 101 13 0 112 3 105 134 75
Binary 11011011 11110111 1000001 1011 0 1001010 11 1000101 1011100 111101

Color Harmonies of #DBF741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF741

Black with #DBF741

Text Example


Text Example

White with #DBF741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF741; }

 p { color: rgb(219,247,65); }

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

background-color css

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

 a { background-color: rgb(219,247,65); }

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

border-color css

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

 span { border-color: rgb(219,247,65); }

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