Html Css Color HEX #BFF65C Conifer

📋 copy color: '#BFF65C'

red 191 ◦ green 246 ◦ blue 92

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

Shades of Conifer #BFF65C

Tints of Conifer #BFF65C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.39%

R = 36.11%
G = 46.5%
B = 17.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#BFF65C (or 0xBFF65C) is known color: Conifer. HEX triplet: BF, F6 and 5C. RGB value is (191,246,92). Sum of RGB (Red+Green+Blue) = 191+246+92=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF65C is #4009A3. Grayscale: #D4D4D4. Windows color (decimal): -4196772 or 6092479. OLE color: 6092479.

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

Color convert

RGB 191 246 92 -
CMYK 0.22 0 0.63 0.04
HSL 81.43º 0.9% 0.66% -
HSV(B) 81.43º 0.63% 0.96% -
XYZ 56.37 77.76 22.16 -
YUV 212 60.28 113.02 -
System Red Green Blue C M Y K H S L
Decimal 191 246 92 0.22 0 0.63 0.04 81.43 0.9 0.66
Hex BF F6 5C 16 0 3F 4 51 5A 42
Octal 277 366 134 26 0 77 4 121 132 102
Binary 10111111 11110110 1011100 10110 0 111111 100 1010001 1011010 1000010

Color Harmonies of #BFF65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF65C

Black with #BFF65C

Text Example


Text Example

White with #BFF65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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