Html Css Color HEX #BFFD5C Conifer

📋 copy color: '#BFFD5C'

red 191 ◦ green 253 ◦ blue 92

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

Shades of Conifer #BFFD5C

Tints of Conifer #BFFD5C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.2%

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

R = 35.63%
G = 47.2%
B = 17.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#BFFD5C (or 0xBFFD5C) is known color: Conifer. HEX triplet: BF, FD and 5C. RGB value is (191,253,92). Sum of RGB (Red+Green+Blue) = 191+253+92=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFD5C is #4002A3. Grayscale: #D8D8D8. Windows color (decimal): -4194980 or 6094271. OLE color: 6094271.

HSL color Cylindrical-coordinate representation of color #BFFD5C: hue angle of 83.11º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFFD5C is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 253 92 -
CMYK 0.25 0 0.64 0.01
HSL 83.11º 0.98% 0.68% -
HSV(B) 83.11º 0.64% 0.99% -
XYZ 58.54 82.1 22.89 -
YUV 216.11 57.96 110.09 -
System Red Green Blue C M Y K H S L
Decimal 191 253 92 0.25 0 0.64 0.01 83.11 0.98 0.68
Hex BF FD 5C 19 0 40 1 53 62 44
Octal 277 375 134 31 0 100 1 123 142 104
Binary 10111111 11111101 1011100 11001 0 1000000 1 1010011 1100010 1000100

Color Harmonies of #BFFD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFD5C

Black with #BFFD5C

Text Example


Text Example

White with #BFFD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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