Html Css Color HEX #BFE74B Conifer

📋 copy color: '#BFE74B'

red 191 ◦ green 231 ◦ blue 75

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

Shades of Conifer #BFE74B

Tints of Conifer #BFE74B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.48%

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

R = 38.43%
G = 46.48%
B = 15.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#BFE74B (or 0xBFE74B) is known color: Conifer. HEX triplet: BF, E7 and 4B. RGB value is (191,231,75). Sum of RGB (Red+Green+Blue) = 191+231+75=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 75 (29.69% from 255 or 15.09% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE74B is #4018B4. Grayscale: #C9C9C9. Windows color (decimal): -4200629 or 4974527. OLE color: 4974527.

HSL color Cylindrical-coordinate representation of color #BFE74B: hue angle of 75.38º degrees, saturation: 0.76, 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 #BFE74B is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 231 75 -
CMYK 0.17 0 0.68 0.09
HSL 75.38º 0.76% 0.6% -
HSV(B) 75.38º 0.68% 0.91% -
XYZ 51.33 68.74 17.22 -
YUV 201.26 56.75 120.68 -
System Red Green Blue C M Y K H S L
Decimal 191 231 75 0.17 0 0.68 0.09 75.38 0.76 0.6
Hex BF E7 4B 11 0 44 9 4B 4C 3C
Octal 277 347 113 21 0 104 11 113 114 74
Binary 10111111 11100111 1001011 10001 0 1000100 1001 1001011 1001100 111100

Color Harmonies of #BFE74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE74B

Black with #BFE74B

Text Example


Text Example

White with #BFE74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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