Html Css Color HEX #BFEA60 Conifer

📋 copy color: '#BFEA60'

red 191 ◦ green 234 ◦ blue 96

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

Shades of Conifer #BFEA60

Tints of Conifer #BFEA60

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.91%

 BLUE value IS 96 (37.89% from 255) = 18.43%

R = 36.66%
G = 44.91%
B = 18.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#BFEA60 (or 0xBFEA60) is known color: Conifer. HEX triplet: BF, EA and 60. RGB value is (191,234,96). Sum of RGB (Red+Green+Blue) = 191+234+96=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEA60 is #40159F. Grayscale: #CDCDCD. Windows color (decimal): -4199840 or 6351551. OLE color: 6351551.

HSL color Cylindrical-coordinate representation of color #BFEA60: hue angle of 78.7º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFEA60 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 234 96 -
CMYK 0.18 0 0.59 0.08
HSL 78.7º 0.77% 0.65% -
HSV(B) 78.7º 0.59% 0.92% -
XYZ 53.02 70.77 21.93 -
YUV 205.41 66.25 117.72 -
System Red Green Blue C M Y K H S L
Decimal 191 234 96 0.18 0 0.59 0.08 78.7 0.77 0.65
Hex BF EA 60 12 0 3B 8 4F 4D 41
Octal 277 352 140 22 0 73 10 117 115 101
Binary 10111111 11101010 1100000 10010 0 111011 1000 1001111 1001101 1000001

Color Harmonies of #BFEA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEA60

Black with #BFEA60

Text Example


Text Example

White with #BFEA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEA60; }

 p { color: rgb(191,234,96); }

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

background-color css

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

 a { background-color: rgb(191,234,96); }

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

border-color css

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

 span { border-color: rgb(191,234,96); }

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