Html Css Color HEX #BFED48 Conifer

📋 copy color: '#BFED48'

red 191 ◦ green 237 ◦ blue 72

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

Shades of Conifer #BFED48

Tints of Conifer #BFED48

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.4%

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

R = 38.2%
G = 47.4%
B = 14.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#BFED48 (or 0xBFED48) is known color: Conifer. HEX triplet: BF, ED and 48. RGB value is (191,237,72). Sum of RGB (Red+Green+Blue) = 191+237+72=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFED48 is #4012B7. Grayscale: #CDCDCD. Windows color (decimal): -4199096 or 4779455. OLE color: 4779455.

HSL color Cylindrical-coordinate representation of color #BFED48: hue angle of 76.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFED48 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 237 72 -
CMYK 0.19 0 0.70 0.07
HSL 76.73º 0.82% 0.61% -
HSV(B) 76.73º 0.7% 0.93% -
XYZ 52.94 72.11 17.26 -
YUV 204.44 53.26 118.42 -
System Red Green Blue C M Y K H S L
Decimal 191 237 72 0.19 0 0.70 0.07 76.73 0.82 0.61
Hex BF ED 48 13 0 46 7 4D 52 3D
Octal 277 355 110 23 0 106 7 115 122 75
Binary 10111111 11101101 1001000 10011 0 1000110 111 1001101 1010010 111101

Color Harmonies of #BFED48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFED48

Black with #BFED48

Text Example


Text Example

White with #BFED48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFED48; }

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

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

background-color css

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

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

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

border-color css

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

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

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