Html Css Color HEX #BFE44A Conifer

📋 copy color: '#BFE44A'

red 191 ◦ green 228 ◦ blue 74

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

Shades of Conifer #BFE44A

Tints of Conifer #BFE44A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.25%

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

R = 38.74%
G = 46.25%
B = 15.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#BFE44A (or 0xBFE44A) is known color: Conifer. HEX triplet: BF, E4 and 4A. RGB value is (191,228,74). Sum of RGB (Red+Green+Blue) = 191+228+74=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE44A is #401BB5. Grayscale: #C7C7C7. Windows color (decimal): -4201398 or 4908223. OLE color: 4908223.

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

Color convert

RGB 191 228 74 -
CMYK 0.16 0 0.68 0.11
HSL 74.42º 0.74% 0.59% -
HSV(B) 74.42º 0.68% 0.89% -
XYZ 50.47 67.06 16.76 -
YUV 199.38 57.24 122.02 -
System Red Green Blue C M Y K H S L
Decimal 191 228 74 0.16 0 0.68 0.11 74.42 0.74 0.59
Hex BF E4 4A 10 0 44 B 4A 4A 3B
Octal 277 344 112 20 0 104 13 112 112 73
Binary 10111111 11100100 1001010 10000 0 1000100 1011 1001010 1001010 111011

Color Harmonies of #BFE44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE44A

Black with #BFE44A

Text Example


Text Example

White with #BFE44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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