Html Css Color HEX #BFF062 Conifer

📋 copy color: '#BFF062'

red 191 ◦ green 240 ◦ blue 98

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

Shades of Conifer #BFF062

Tints of Conifer #BFF062

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.37%

 BLUE value IS 98 (38.67% from 255) = 18.53%

R = 36.11%
G = 45.37%
B = 18.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#BFF062 (or 0xBFF062) is known color: Conifer. HEX triplet: BF, F0 and 62. RGB value is (191,240,98). Sum of RGB (Red+Green+Blue) = 191+240+98=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF062 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF062 is #400F9D. Grayscale: #D1D1D1. Windows color (decimal): -4198302 or 6484159. OLE color: 6484159.

HSL color Cylindrical-coordinate representation of color #BFF062: hue angle of 80.7º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFF062 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 240 98 -
CMYK 0.20 0 0.59 0.06
HSL 80.7º 0.83% 0.66% -
HSV(B) 80.7º 0.59% 0.94% -
XYZ 54.85 74.28 23 -
YUV 209.16 65.27 115.05 -
System Red Green Blue C M Y K H S L
Decimal 191 240 98 0.20 0 0.59 0.06 80.7 0.83 0.66
Hex BF F0 62 14 0 3B 6 51 53 42
Octal 277 360 142 24 0 73 6 121 123 102
Binary 10111111 11110000 1100010 10100 0 111011 110 1010001 1010011 1000010

Color Harmonies of #BFF062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF062

Black with #BFF062

Text Example


Text Example

White with #BFF062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF062; }

 p { color: rgb(191,240,98); }

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

background-color css

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

 a { background-color: rgb(191,240,98); }

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

border-color css

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

 span { border-color: rgb(191,240,98); }

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