Html Css Color HEX #BFE248 Conifer

📋 copy color: '#BFE248'

red 191 ◦ green 226 ◦ blue 72

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

Shades of Conifer #BFE248

Tints of Conifer #BFE248

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.22%

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

R = 39.06%
G = 46.22%
B = 14.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#BFE248 (or 0xBFE248) is known color: Conifer. HEX triplet: BF, E2 and 48. RGB value is (191,226,72). Sum of RGB (Red+Green+Blue) = 191+226+72=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE248 is #401DB7. Grayscale: #C6C6C6. Windows color (decimal): -4201912 or 4776639. OLE color: 4776639.

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

Color convert

RGB 191 226 72 -
CMYK 0.15 0 0.68 0.11
HSL 73.64º 0.73% 0.58% -
HSV(B) 73.64º 0.68% 0.89% -
XYZ 49.85 65.94 16.23 -
YUV 197.98 56.9 123.02 -
System Red Green Blue C M Y K H S L
Decimal 191 226 72 0.15 0 0.68 0.11 73.64 0.73 0.58
Hex BF E2 48 F 0 44 B 4A 49 3A
Octal 277 342 110 17 0 104 13 112 111 72
Binary 10111111 11100010 1001000 1111 0 1000100 1011 1001010 1001001 111010

Color Harmonies of #BFE248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE248

Black with #BFE248

Text Example


Text Example

White with #BFE248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE248; }

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

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

background-color css

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

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

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

border-color css

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

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

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