Html Css Color HEX #BFF646 Conifer

📋 copy color: '#BFF646'

red 191 ◦ green 246 ◦ blue 70

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

Shades of Conifer #BFF646

Tints of Conifer #BFF646

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.52%

 BLUE value IS 70 (27.73% from 255) = 13.81%

R = 37.67%
G = 48.52%
B = 13.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#BFF646 (or 0xBFF646) is known color: Conifer. HEX triplet: BF, F6 and 46. RGB value is (191,246,70). Sum of RGB (Red+Green+Blue) = 191+246+70=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 70 (27.73% from 255 or 13.81% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF646 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF646 is #4009B9. Grayscale: #D2D2D2. Windows color (decimal): -4196794 or 4650687. OLE color: 4650687.

HSL color Cylindrical-coordinate representation of color #BFF646: hue angle of 78.75º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFF646 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 246 70 -
CMYK 0.22 0 0.72 0.04
HSL 78.75º 0.91% 0.62% -
HSV(B) 78.75º 0.72% 0.96% -
XYZ 55.55 77.43 17.81 -
YUV 209.49 49.28 114.81 -
System Red Green Blue C M Y K H S L
Decimal 191 246 70 0.22 0 0.72 0.04 78.75 0.91 0.62
Hex BF F6 46 16 0 48 4 4F 5B 3E
Octal 277 366 106 26 0 110 4 117 133 76
Binary 10111111 11110110 1000110 10110 0 1001000 100 1001111 1011011 111110

Color Harmonies of #BFF646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF646

Black with #BFF646

Text Example


Text Example

White with #BFF646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF646; }

 p { color: rgb(191,246,70); }

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

background-color css

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

 a { background-color: rgb(191,246,70); }

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

border-color css

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

 span { border-color: rgb(191,246,70); }

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