Html Css Color HEX #BFE048 Conifer

📋 copy color: '#BFE048'

red 191 ◦ green 224 ◦ blue 72

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

Shades of Conifer #BFE048

Tints of Conifer #BFE048

RGB

 RED value IS 191 (75% from 255) = 39.22%

 GREEN value IS 224 (87.89% from 255) = 46%

 BLUE value IS 72 (28.52% from 255) = 14.78%

R = 39.22%
G = 46%
B = 14.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#BFE048 (or 0xBFE048) is known color: Conifer. HEX triplet: BF, E0 and 48. RGB value is (191,224,72). Sum of RGB (Red+Green+Blue) = 191+224+72=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE048 is #401FB7. Grayscale: #C5C5C5. Windows color (decimal): -4202424 or 4776127. OLE color: 4776127.

HSL color Cylindrical-coordinate representation of color #BFE048: hue angle of 73.03º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFE048 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 72 -
CMYK 0.15 0 0.68 0.12
HSL 73.03º 0.71% 0.58% -
HSV(B) 73.03º 0.68% 0.88% -
XYZ 49.31 64.86 16.05 -
YUV 196.81 57.57 123.86 -
System Red Green Blue C M Y K H S L
Decimal 191 224 72 0.15 0 0.68 0.12 73.03 0.71 0.58
Hex BF E0 48 F 0 44 C 49 47 3A
Octal 277 340 110 17 0 104 14 111 107 72
Binary 10111111 11100000 1001000 1111 0 1000100 1100 1001001 1000111 111010

Color Harmonies of #BFE048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE048

Black with #BFE048

Text Example


Text Example

White with #BFE048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE048; }

 p { color: rgb(191,224,72); }

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

background-color css

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

 a { background-color: rgb(191,224,72); }

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

border-color css

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

 span { border-color: rgb(191,224,72); }

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