Html Css Color HEX #BFE04A Conifer

📋 copy color: '#BFE04A'

red 191 ◦ green 224 ◦ blue 74

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

Shades of Conifer #BFE04A

Tints of Conifer #BFE04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.13%

R = 39.06%
G = 45.81%
B = 15.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#BFE04A (or 0xBFE04A) is known color: Conifer. HEX triplet: BF, E0 and 4A. RGB value is (191,224,74). Sum of RGB (Red+Green+Blue) = 191+224+74=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE04A is #401FB5. Grayscale: #C5C5C5. Windows color (decimal): -4202422 or 4907199. OLE color: 4907199.

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

Color convert

RGB 191 224 74 -
CMYK 0.15 0 0.67 0.12
HSL 73.2º 0.71% 0.58% -
HSV(B) 73.2º 0.67% 0.88% -
XYZ 49.38 64.88 16.4 -
YUV 197.03 58.57 123.7 -
System Red Green Blue C M Y K H S L
Decimal 191 224 74 0.15 0 0.67 0.12 73.2 0.71 0.58
Hex BF E0 4A F 0 43 C 49 47 3A
Octal 277 340 112 17 0 103 14 111 107 72
Binary 10111111 11100000 1001010 1111 0 1000011 1100 1001001 1000111 111010

Color Harmonies of #BFE04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE04A

Black with #BFE04A

Text Example


Text Example

White with #BFE04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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