Html Css Color HEX #BFE94B Conifer

📋 copy color: '#BFE94B'

red 191 ◦ green 233 ◦ blue 75

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

Shades of Conifer #BFE94B

Tints of Conifer #BFE94B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.69%

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

R = 38.28%
G = 46.69%
B = 15.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#BFE94B (or 0xBFE94B) is known color: Conifer. HEX triplet: BF, E9 and 4B. RGB value is (191,233,75). Sum of RGB (Red+Green+Blue) = 191+233+75=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE94B is #4016B4. Grayscale: #CBCBCB. Windows color (decimal): -4200117 or 4975039. OLE color: 4975039.

HSL color Cylindrical-coordinate representation of color #BFE94B: hue angle of 75.95º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFE94B is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 233 75 -
CMYK 0.18 0 0.68 0.09
HSL 75.95º 0.78% 0.6% -
HSV(B) 75.95º 0.68% 0.91% -
XYZ 51.89 69.86 17.41 -
YUV 202.43 56.09 119.85 -
System Red Green Blue C M Y K H S L
Decimal 191 233 75 0.18 0 0.68 0.09 75.95 0.78 0.6
Hex BF E9 4B 12 0 44 9 4C 4E 3C
Octal 277 351 113 22 0 104 11 114 116 74
Binary 10111111 11101001 1001011 10010 0 1000100 1001 1001100 1001110 111100

Color Harmonies of #BFE94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE94B

Black with #BFE94B

Text Example


Text Example

White with #BFE94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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