Html Css Color HEX #BFE14B Conifer

📋 copy color: '#BFE14B'

red 191 ◦ green 225 ◦ blue 75

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

Shades of Conifer #BFE14B

Tints of Conifer #BFE14B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.82%

 BLUE value IS 75 (29.69% from 255) = 15.27%

R = 38.9%
G = 45.82%
B = 15.27%

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

#BFE14B (or 0xBFE14B) is known color: Conifer. HEX triplet: BF, E1 and 4B. RGB value is (191,225,75). Sum of RGB (Red+Green+Blue) = 191+225+75=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 75 (29.69% from 255 or 15.27% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE14B is #401EB4. Grayscale: #C6C6C6. Windows color (decimal): -4202165 or 4972991. OLE color: 4972991.

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

Color convert

RGB 191 225 75 -
CMYK 0.15 0 0.67 0.12
HSL 73.6º 0.71% 0.59% -
HSV(B) 73.6º 0.67% 0.88% -
XYZ 49.68 65.43 16.67 -
YUV 197.73 58.74 123.2 -
System Red Green Blue C M Y K H S L
Decimal 191 225 75 0.15 0 0.67 0.12 73.6 0.71 0.59
Hex BF E1 4B F 0 43 C 4A 47 3B
Octal 277 341 113 17 0 103 14 112 107 73
Binary 10111111 11100001 1001011 1111 0 1000011 1100 1001010 1000111 111011

Color Harmonies of #BFE14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE14B

Black with #BFE14B

Text Example


Text Example

White with #BFE14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE14B; }

 p { color: rgb(191,225,75); }

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

background-color css

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

 a { background-color: rgb(191,225,75); }

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

border-color css

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

 span { border-color: rgb(191,225,75); }

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